{ "version": 4, "terraform_version": "1.8.7", "serial": 572, "lineage": "d94930c3-e2ec-292e-5593-21c5361a8641", "outputs": { "db_endpoint": { "value": "db-4.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-49cf1251464105c67", "ami": "ami-45f1fed8", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-57d170c6"], "subnet_id": "subnet-77599509", "key_name": "prod-deploy-key" } } ] } ] }