{ "version": 4, "terraform_version": "1.6.7", "serial": 407, "lineage": "788f4a4b-eeaa-1e0d-ccee-4525c9c1eaa3", "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-a8e237fb8a7be78af", "ami": "ami-a57ecf9a", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-2960d7b2"], "subnet_id": "subnet-7b2a4f9c", "key_name": "prod-deploy-key" } } ] } ] }