Files
opentf/command/test-fixtures/backend-change-multi-default-to-single/main.tf
2017-03-01 11:08:39 -08:00

6 lines
88 B
HCL

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