Files
opentf/config/testdata/validate-module-var-int/main.tf
2019-06-30 10:16:15 +02:00

5 lines
52 B
HCL

module "foo" {
source = "./foo"
nodes = 3
}