terraform/config/testdata/dir-override-var/main.tf

5 lines
63 B
HCL

variable "foo" {
default = "bar"
description = "bar"
}