terraform/internal/command/testdata/backend-change/main.tf

6 lines
81 B
HCL

terraform {
backend "local" {
path = "local-state-2.tfstate"
}
}