Difference between revisions of "Terraform backend: gcs"
Jump to navigation
Jump to search
Line 8: | Line 8: | ||
backend "gcs" { | backend "gcs" { | ||
[[bucket]] = "tf-state-prod" | [[bucket]] = "tf-state-prod" | ||
− | prefix = "terraform/state" | + | [[prefix]] = "terraform/state" |
} | } | ||
} | } |
Latest revision as of 10:51, 25 October 2022
https://www.terraform.io/language/settings/backends/gcs
This backend supports state locking.
Official example:
terraform { backend "gcs" { bucket = "tf-state-prod" prefix = "terraform/state" } }
Related[edit]
See also[edit]
Advertising: