terraform/config/testdata/validate-module-var-int/main.tf

5 lines
52 B
HCL

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