6 lines
97 B
HCL
6 lines
97 B
HCL
terraform {
|
|
backend "gcs" {
|
|
bucket = "arcodange-tf"
|
|
prefix = "factory/postgres"
|
|
}
|
|
} |