terraform/config/testdata/dir-only-override/main_override.tf

5 lines
63 B
HCL

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