{ "version": 4, "terraform_version": "1.8.6", "serial": 531, "lineage": "daddef37-00fc-525d-88a3-d66d34cedc89", "outputs": { "db_endpoint": { "value": "db-3.us-east-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-f32f577ecda3343c6", "ami": "ami-aa689951", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-cbb5e22d"], "subnet_id": "subnet-d9d33744", "key_name": "prod-deploy-key" } } ] } ] }