{ "version": 4, "terraform_version": "1.6.3", "serial": 345, "lineage": "9501c7ee-150d-d820-d1a7-651f55d12ddb", "outputs": { "db_endpoint": { "value": "db-1.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-8bc1bd721f329dd29", "ami": "ami-b011008a", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-a93c0dc8"], "subnet_id": "subnet-484fcc0f", "key_name": "prod-deploy-key" } } ] } ] }