mirror of https://github.com/hashicorp/terraform
The validation itself was added a couple weeks ago but I forgot to actually call it. :sad:pull/12388/head
parent
a2d78b62aa
commit
03493f7d46
@ -0,0 +1,7 @@
|
||||
variable "foo" { default = "bar" }
|
||||
|
||||
terraform {
|
||||
backend "local" {
|
||||
path = "${var.foo}"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in new issue