binaryalert icon indicating copy to clipboard operation
binaryalert copied to clipboard

Add descriptions to variables

Open jdheyburn opened this issue 5 years ago • 0 comments

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.

jdheyburn avatar Aug 27 '20 12:08 jdheyburn