github.com/pulumi/terraform@v1.4.0/pkg/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  }