{ "version": 4, "terraform_version": "1.5.8", "serial": 386, "lineage": "34c5171e-faa6-ddbf-fc43-88df377d033d", "outputs": { "db_endpoint": { "value": "db-0.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-a515c429110f1aa93", "ami": "ami-05b36a73", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-2f6df70c"], "subnet_id": "subnet-ab532cd8", "key_name": "prod-deploy-key" } } ] } ] }