chore: configure remote gcs backend for terraform state
This commit is contained in:
parent
dc733d8567
commit
a0a39b55d9
|
|
@ -9,6 +9,11 @@ terraform {
|
|||
version = "~> 5.0"
|
||||
}
|
||||
}
|
||||
|
||||
backend "gcs" {
|
||||
bucket = "haumdaucher-tf-state"
|
||||
prefix = "terraform/state"
|
||||
}
|
||||
}
|
||||
|
||||
provider "google" {
|
||||
|
|
|
|||
Loading…
Reference in New Issue