{ "version": 4, "terraform_version": "1.6.1", "serial": 151, "lineage": "ceb7181b-69ee-f3ff-c9ad-adde7c8e9f7f", "outputs": { "db_endpoint": { "value": "db-0.us-west-2.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-79154236b3e4ced29", "ami": "ami-9354be20", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-f67773de"], "subnet_id": "subnet-3d028e18", "key_name": "prod-deploy-key" } } ] } ] }