mirror of
https://github.com/dredx/prole.git
synced 2026-09-24 18:54:32 +00:00
7 lines
129 B
HCL
7 lines
129 B
HCL
terraform {
|
|
backend "gcs" {
|
|
bucket = "cs-tfstate-us-west1-fbce70de031d49ccb2181d20becafeb6"
|
|
prefix = "terraform"
|
|
}
|
|
}
|