opentofu/config/testdata/dir-override-var/main.tf
2019-06-30 10:16:15 +02:00

5 lines
63 B
HCL

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