{ "version": 4, "terraform_version": "1.5.2", "serial": 271, "lineage": "77799d7d-a08b-6c91-6c18-05a8e1816505", "outputs": { "db_endpoint": { "value": "db-3.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-84c4fa94e25cabe62", "ami": "ami-94db4eb5", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-2262dd4a"], "subnet_id": "subnet-b8878285", "key_name": "prod-deploy-key" } } ] } ] }