{ "version": 4, "terraform_version": "1.5.2", "serial": 339, "lineage": "c089f8f8-159e-5b6f-a66b-fa25fa1fe0e9", "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-33c7bab2a6b683058", "ami": "ami-e589d6b1", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-a83ed356"], "subnet_id": "subnet-81bc468a", "key_name": "prod-deploy-key" } } ] } ] }