{ "version": 4, "terraform_version": "1.5.1", "serial": 102, "lineage": "7fb1655f-87e0-42c7-f1a1-a53674ebf1e8", "outputs": { "db_endpoint": { "value": "db-1.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-d2229e66fd4f62388", "ami": "ami-208f5a99", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-203a030e"], "subnet_id": "subnet-6878100e", "key_name": "prod-deploy-key" } } ] } ] }