From 9da5c889714074bef06e8285001e1d8b7dc41b59 Mon Sep 17 00:00:00 2001 From: Katheryn Satterlee Date: Fri, 9 Jan 2026 04:12:21 -0600 Subject: [PATCH] Update GCP deployment instructions in documentation (#37927) Clarify the location of GCP deployment files in the repository. --- articles/deploy-fleet-on-gcp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/deploy-fleet-on-gcp.md b/articles/deploy-fleet-on-gcp.md index 3c7224d4e6..d5d999454a 100644 --- a/articles/deploy-fleet-on-gcp.md +++ b/articles/deploy-fleet-on-gcp.md @@ -32,7 +32,7 @@ This Terraform project automates the deployment of Fleet on the Google Cloud Pla ## Configuration -1. [Clone the repository](https://github.com/fleetdm/fleet-terraform/tree/e8d559ecba80ab35cb8014212f5bd0a22b545618/gcp) or consume the entire project as a Terraform module. Below is a minimal example of how to declare the module in your Terraform configuration: +1. [Clone the repository](https://github.com/fleetdm/fleet-terraform/tree/e8d559ecba80ab35cb8014212f5bd0a22b545618/gcp) or consume the entire project as a Terraform module. All files related to GCP deployment can be found in the 'GCP' folder within the repository. Below is a minimal example of how to declare the module in your Terraform configuration: ```hcl module "fleet" {