Planning failed. Terraform encountered an error while generating this plan.

╷
│  Error: Invalid count argument
│ 
│   on _modules/umsaywsjuo/main.tf line 21, in module "umsaywsjuo":
│   21:   count = var.limitless != "" && var.scale != "" ? length(var.scale) : 0
│ 
│ The "count" value depends on resource attributes that cannot be determined
│ until apply, so Terraform cannot predict how many instances will be
│ created. To work around this, use the -target argument to first apply only
│ the resources that the count depends on.