airbnb / binaryalert

BinaryAlert: Serverless, Real-time & Retroactive Malware Detection.
https://binaryalert.io
Apache License 2.0
1.41k stars 187 forks source link

Terraform 0.13 Support - Remove var.enabled #163

Open jdheyburn opened 4 years ago

jdheyburn commented 4 years ago

Background

Now that Terraform 0.13 is released, we can remove the enabled variable and its usages within the component, since we can now use count on the module resource.

Desired Change

  1. Remove usage of enabled
  2. Bump terraform version on 0.13