airbnb / binaryalert

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

Add descriptions to variables #166

Open jdheyburn opened 3 years ago

jdheyburn commented 3 years ago

Background

Typical Terraform pattern is to make use of the description field on variables to give context what they are used for. The terraform.tfvars file seems to have these descriptions already, but not for the variables themselves in variables.tf.

Desired Change

Copy the description of variables from terraform.tfvars to variables.tf.