{ "version": 4, "terraform_version": "1.5.6", "serial": 497, "lineage": "089ed541-5338-4b40-7270-1f5fa5819f59", "outputs": { "db_endpoint": { "value": "db-3.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-e2e6b9576763945ba", "ami": "ami-1ded9fcc", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-be0f2562"], "subnet_id": "subnet-92b6a01a", "key_name": "prod-deploy-key" } } ] } ] }