github.com/graywolf-at-work-2/terraform-vendor@v1.4.5/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  }