github.com/cycloidio/terraform@v1.1.10-0.20220513142504-76d5c768dc63/command/testdata/backend-new-interp/main.tf (about) 1 variable "foo" { default = "bar" } 2 3 terraform { 4 backend "local" { 5 path = "${var.foo}" 6 } 7 }