// the -backend-config flag on init cannot be used to point to a "full" backend
// block
terraform {
backend "local" {
path = "hello"
}