Files
erp/iac/backend.tf
2024-11-15 16:02:54 +01:00

6 lines
89 B
HCL

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