opentofu/command/test-fixtures/backend-change-multi-to-single/main.tf
2017-03-01 11:34:45 -08:00

6 lines
88 B
HCL

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