Update Terraform.gitignore to reflect reviewer guidance and best practices

This commit is contained in:
RScrafted 2025-07-18 11:46:47 +01:00
parent fe8783ff7b
commit 7125e5c434
1 changed files with 3 additions and 15 deletions

View File

@ -36,21 +36,9 @@ override.tf.json
.terraformrc
terraform.rc
# Ignore hcl files
.terraform.lock.hcl
*.terraform.*
# Ignore graph files
*.dot
# to skip MacOS custom attributes. It appears when creating a .bicep file.
.DS_Store
# Ignore plan files (optional) as some might save plan before destroy the terraform configuration
planout
# Ignore tfplan files, saved during terraform plan execution
*.out
# Ignore Visual Studio Code customized settings (this folder holds .json file)
.vscode
# Optional: ignore plan files saved before destroying Terraform configuration
# Uncomment the line below if you want to ignore planout files.
# planout