answerdigital / terraform-modules

The repo for the infrastructure as code
MIT License
3 stars 4 forks source link

Fixed EC2 module (added http_endpoint = enabled) #51

Closed bethcryer closed 1 year ago

bethcryer commented 1 year ago

EC2 module was broken because http_endpoint is set to '' by default instead of a valid setting, despite being an optional argument. Should now work as I've tested locally.

cmbuckley commented 1 year ago

Related:

LGTM 🚀