{ "version": 4, "terraform_version": "1.8.7", "serial": 411, "lineage": "50ae2c30-bdc8-584f-3b71-8cad6de739ce", "outputs": { "db_endpoint": { "value": "db-4.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-8955b9c24943c6c8e", "ami": "ami-df6cdfb5", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-848130b9"], "subnet_id": "subnet-75cb1558", "key_name": "prod-deploy-key" } } ] } ] }