github.com/terramate-io/tf@v0.0.0-20230830114523-fce866b4dfcd/command/testdata/init-syntax-invalid-backend-attribute-invalid/main.tf (about) 1 2 terraform { 3 backend "local" { 4 path = $invalid 5 } 6 } 7 8 variable "input" { 9 type = string 10 }