{ "version": 4, "terraform_version": "1.5.1", "serial": 314, "lineage": "68d9aad7-a1c3-5c15-a5c0-1d4169a1e8cc", "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-72410a6157143a808", "ami": "ami-f9da4a91", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-55a4da2f"], "subnet_id": "subnet-ecd9d4c7", "key_name": "prod-deploy-key" } } ] } ] }