brianloss commented on a change in pull request #185:
URL: https://github.com/apache/accumulo-testing/pull/185#discussion_r797940421
##########
File path: contrib/terraform-testing-infrastructure/.gitignore
##########
@@ -0,0 +1,6 @@
+**/.terraform.lock.hcl
+**/.terraform/
+aws/conf/
+**/terraform.tfstate
+**/terraform.tfstate.backup
+**/*.auto.tfvars.json
Review comment:
Suggest adding an exclusion for *.auto.tfvars as well in case someone
prefers the HCL format files over JSON.
```suggestion
**/*.auto.tfvars.json
**/*.auto.tfvars
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]