Files
devops/infra/gcp/backend.tf
Javier Hinojosa 35773c6efe added infra
2025-11-09 11:17:13 -05:00

7 lines
125 B
HCL

terraform {
backend "gcs" {
bucket = "tf-state-token-sfh" # Replace with your GCS bucket name
prefix = "gcp"
}
}