{ "version": 4, "terraform_version": "1.8.8", "serial": 502, "lineage": "a4aecbd0-b90a-8ea9-7d72-4381193240e0", "outputs": { "db_endpoint": { "value": "db-4.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-33678245ffe282494", "ami": "ami-f5579bb0", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-080a38e4"], "subnet_id": "subnet-1e59b725", "key_name": "prod-deploy-key" } } ] } ] }