You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Background
Typical Terraform pattern is to make use of the
description
field on variables to give context what they are used for. Theterraform.tfvars
file seems to have these descriptions already, but not for the variables themselves invariables.tf
.Desired Change
Copy the description of variables from
terraform.tfvars
tovariables.tf
.The text was updated successfully, but these errors were encountered: