{ "version": 4, "terraform_version": "1.7.5", "serial": 243, "lineage": "c4108cd0-6ec2-0d2f-cb79-b906ee56a3bd", "outputs": { "db_endpoint": { "value": "db-2.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-664ff767574ba540a", "ami": "ami-3f582899", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-c54a57b5"], "subnet_id": "subnet-9ff0bc6c", "key_name": "prod-deploy-key" } } ] } ] }