{ "version": 4, "terraform_version": "1.6.2", "serial": 358, "lineage": "8de072cc-0a6f-44ea-705f-5f3aab03e373", "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-107e69b404655c0a2", "ami": "ami-0d276c61", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-1d05df46"], "subnet_id": "subnet-a9825fd7", "key_name": "prod-deploy-key" } } ] } ] }