{ "version": 4, "terraform_version": "1.7.2", "serial": 482, "lineage": "95b27b71-a39c-a6b1-4e11-fafa123591a4", "outputs": { "db_endpoint": { "value": "db-3.eu-west-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-37967ee155d64f700", "ami": "ami-b472e865", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-5e5fa924"], "subnet_id": "subnet-ea0ae806", "key_name": "prod-deploy-key" } } ] } ] }