{ "version": 4, "terraform_version": "1.7.1", "serial": 392, "lineage": "1f056e16-341e-74d0-bf73-cb39bedaaa12", "outputs": { "db_endpoint": { "value": "db-0.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-cb252249dc27c4f01", "ami": "ami-0e685081", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-a96c94fa"], "subnet_id": "subnet-2dd2cb5e", "key_name": "prod-deploy-key" } } ] } ] }