{ "version": 4, "terraform_version": "1.6.0", "serial": 104, "lineage": "d600777a-b3e1-496e-3639-d10b5d879dab", "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-f43eaecfcf0dd51da", "ami": "ami-837c694c", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-dc5642f0"], "subnet_id": "subnet-c2a0f292", "key_name": "prod-deploy-key" } } ] } ] }