blob: c3d7524bc719ca63f47ab0c4f9e11cca27c38296 [file] [log] [blame]
// the -backend-config flag on init cannot be used to point to a "full" backend
// block
terraform {
backend "local" {
path = "hello"
}
}