{ "version": 4, "terraform_version": "1.7.0", "serial": 186, "lineage": "d7e4099a-6076-4491-2e90-d4a163465f69", "outputs": { "db_endpoint": { "value": "db-2.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-45f0396c68dd87c21", "ami": "ami-5871a717", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-9fa9f518"], "subnet_id": "subnet-d377b1ef", "key_name": "prod-deploy-key" } } ] } ] }