It might be useful here to create a template version of the terraform.tfvars file, such as terraform.tfvars.template for the users to plug in their own values. Since the .tfvars file is protected by .gitignore, adding the extra extension should bypass that.
It might be useful here to create a template version of the
terraform.tfvars
file, such asterraform.tfvars.template
for the users to plug in their own values. Since the.tfvars
file is protected by.gitignore
, adding the extra extension should bypass that.