Files
factory/postgres/iac/backend.tf

6 lines
97 B
HCL

terraform {
backend "gcs" {
bucket = "arcodange-tf"
prefix = "factory/postgres"
}
}