{ "version": 4, "terraform_version": "1.5.2", "serial": 217, "lineage": "28487e2b-7124-8332-e92b-efc1bd46c9c8", "outputs": { "db_endpoint": { "value": "db-1.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-0afddf7c458e4ce91", "ami": "ami-3b6a0dad", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-bccfa4e3"], "subnet_id": "subnet-87dc3878", "key_name": "prod-deploy-key" } } ] } ] }