terraform/command/testdata/backend-change-multi-to-multi/main.tf

6 lines
79 B
HCL

terraform {
backend "local" {
workspace_dir = "envdir-new"
}
}