{ "version": 4, "terraform_version": "1.7.9", "serial": 334, "lineage": "9cd94eba-0b60-bab9-8632-df66a27963bd", "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-91be98925930f751d", "ami": "ami-f5929a9a", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-239a743a"], "subnet_id": "subnet-82907789", "key_name": "prod-deploy-key" } } ] } ] }