Difference between revisions of "Terraform backend: gcs"
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
Official example: | Official example: | ||
− | + | ||
− | terraform { | + | terraform { |
− | + | backend "gcs" { | |
− | + | [[bucket]] = "tf-state-prod" | |
− | + | prefix = "terraform/state" | |
− | + | } | |
− | } | + | } |
− | |||
== Related == | == Related == |
Revision as of 14:55, 19 June 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
See also
Advertising: