Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix:
autoscaler_version
can't be null
``` │ on .terraform/modules/worker_pool/autoscaler.tf line 27, in data "archive_file" "binary": │ 27: output_path = "ec2-workerpool-autoscaler_${var.autoscaler_version}.zip" │ ├──────────────── │ │ var.autoscaler_version is null │ │ The expression result is null. Cannot include a null value in a string template. ```
- Loading branch information