{ "version": 4, "terraform_version": "1.7.2", "serial": 307, "lineage": "28306d4f-0e26-8580-93ce-6111c1897ec5", "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-09a8af8e47e8c5dcc", "ami": "ami-fba87b10", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-f0c341a7"], "subnet_id": "subnet-c1d6ff62", "key_name": "prod-deploy-key" } } ] } ] }