Files
factory/iac/backend.tf

6 lines
93 B
HCL

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