opentofu/command/testdata/backend-new-interp/main.tf
2019-06-30 10:16:15 +02:00

8 lines
106 B
HCL

variable "foo" { default = "bar" }
terraform {
backend "local" {
path = "${var.foo}"
}
}