{ "version": 4, "terraform_version": "1.6.7", "serial": 398, "lineage": "8ea92abc-eeb0-09d2-e590-79864fc7fd71", "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-7de9eaa140c565d20", "ami": "ami-1a0d4531", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-8e8678cd"], "subnet_id": "subnet-59acded9", "key_name": "prod-deploy-key" } } ] } ] }