{ "version": 4, "terraform_version": "1.6.0", "serial": 498, "lineage": "02c5e0b1-39d7-ffbe-0498-93f1f49846eb", "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-5ebb609259df2e9aa", "ami": "ami-4b62ba54", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-0d00d530"], "subnet_id": "subnet-1dbd1083", "key_name": "prod-deploy-key" } } ] } ] }