terraform/config/testdata/validate-backend-interpolate/main.tf

6 lines
59 B
HCL

terraform {
backend "foo" {
key = "${var.var}"
}
}