// the -backend-config flag on init cannot be used to point to a "full" backend
// block, only key-value pairs (like terraform.tfvars)
terraform {
backend "local" {
path = "hello"
}