Merge pull request #4455 from RScrafted/patch-1

Update Terraform.gitignore to ignore graph files
This commit is contained in:
Tim Hunter 2025-07-21 11:41:49 -07:00 committed by GitHub
commit 1d4819b2dc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -35,3 +35,10 @@ override.tf.json
# Ignore CLI configuration files
.terraformrc
terraform.rc
# Optional: ignore graph output files generated by `terraform graph`
# *.dot
# Optional: ignore plan files saved before destroying Terraform configuration
# Uncomment the line below if you want to ignore planout files.
# planout