Files
factory/postgres/iac/backend.tf
T

6 lines
97 B
Terraform

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