{ "version": 4, "terraform_version": "1.8.9", "serial": 449, "lineage": "8ff17189-edd3-4922-a652-a2c5b0109fe9", "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-568ccfef4d3a34f00", "ami": "ami-1b619164", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-e5e3a5e3"], "subnet_id": "subnet-3b669025", "key_name": "prod-deploy-key" } } ] } ] }