{ "version": 4, "terraform_version": "1.8.3", "serial": 165, "lineage": "27e18f46-0522-bebd-f247-302bb05fd785", "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-96e07265029a0b8b9", "ami": "ami-ad7a4bbd", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-35fe4435"], "subnet_id": "subnet-ffe1164e", "key_name": "prod-deploy-key" } } ] } ] }