github.com/opentofu/opentofu@v1.7.1/internal/command/testdata/init-backend-config-file/backend.config (about)

     1  // the -backend-config flag on init cannot be used to point to a "full" backend
     2  // block
     3  terraform {
     4      backend "local" {
     5          path = "hello"
     6      }
     7  }