{ "version": 4, "terraform_version": "1.8.9", "serial": 407, "lineage": "9f3be112-565a-08b1-def5-680a7635fca8", "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-6504de659c12dd27a", "ami": "ami-8c8e3f1e", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-36bb68cc"], "subnet_id": "subnet-23b243f8", "key_name": "prod-deploy-key" } } ] } ] }