+ info: https://www.terraform.io/docs/configuration/modules.html
module "servers" { source = "./app-cluster" servers = 5 # input var from module }