{ "version": 4, "terraform_version": "1.5.4", "serial": 177, "lineage": "e9279b64-6955-c069-8d10-4ae4a1235784", "outputs": { "db_endpoint": { "value": "db-1.us-west-2.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-fca268327c5a70f05", "ami": "ami-c353daf7", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-6b6e6a88"], "subnet_id": "subnet-e87b66f0", "key_name": "prod-deploy-key" } } ] } ] }