Files
factory/iac/backend.tf

6 lines
90 B
HCL

terraform {
backend "gcs" {
bucket = "arcodange-tf"
prefix = "tofu/code"
}
}