github.com/opentofu/opentofu@v1.7.1/internal/command/testdata/backend-change-multi-default-to-single/main.tf (about) 1 terraform { 2 backend "local-single" { 3 path = "local-state-2.tfstate" 4 } 5 }