github.com/kevinklinger/open_terraform@v1.3.6/noninternal/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 }