{ "version": 4, "terraform_version": "1.5.6", "serial": 316, "lineage": "054a41c4-f247-05e0-c7c3-55ee353e73ff", "outputs": { "db_endpoint": { "value": "db-3.us-west-2.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-54816959c3c3968a8", "ami": "ami-a7dad657", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-6e58d4e1"], "subnet_id": "subnet-785bd8af", "key_name": "prod-deploy-key" } } ] } ] }