opentofu/command/test-fixtures/backend-change/main.tf
2017-01-26 14:33:49 -08:00

6 lines
81 B
HCL

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