opentofu/command/testdata/backend-change-single-to-single/main.tf
2019-06-30 10:16:15 +02:00

6 lines
88 B
HCL

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