{ "version": 4, "terraform_version": "1.6.7", "serial": 503, "lineage": "8aa52612-e024-9d3e-7e91-430acb6f2c46", "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-61bc14c6647f23d9e", "ami": "ami-ee8fa4ce", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-9ec6b227"], "subnet_id": "subnet-123801c4", "key_name": "prod-deploy-key" } } ] } ] }