Update GCP deployment instructions in documentation (#37927)

Clarify the location of GCP deployment files in the repository.
This commit is contained in:
Katheryn Satterlee 2026-01-09 04:12:21 -06:00 committed by GitHub
parent 631327311c
commit 9da5c88971
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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" {