dsaidgovsg / terraform-modules

Reusable Terraform modules
Apache License 2.0
79 stars 23 forks source link

fix(prometheus): remove deprecated var for new packer version #258

Closed xtrntr closed 4 years ago

xtrntr commented 4 years ago

https://github.com/hashicorp/packer/blob/master/CHANGELOG.md

builder/amazon: Change temporary_security_group_source_cidr to
temporary_security_group_source_cidrs and allow it to accept a list of strings.
[GH-7450]

Thanks to @qbiqing for helping to find the issue in building the AMI for Prometheus.