{ "version": 4, "terraform_version": "1.6.7", "serial": 332, "lineage": "09bbe026-35ac-a5df-cf9d-1ce765c2d1ad", "outputs": { "db_endpoint": { "value": "db-3.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-1cc80b74b07dafd07", "ami": "ami-96b79beb", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-502daa6d"], "subnet_id": "subnet-a01fa7da", "key_name": "prod-deploy-key" } } ] } ] }