Files
factory/iac/backend.tf
T

6 lines
91 B
Terraform

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