Update Terraform.gitignore to reflect reviewer guidance and best practices
This commit is contained in:
parent
fe8783ff7b
commit
7125e5c434
1 changed files with 3 additions and 15 deletions
|
|
@ -36,21 +36,9 @@ override.tf.json
|
||||||
.terraformrc
|
.terraformrc
|
||||||
terraform.rc
|
terraform.rc
|
||||||
|
|
||||||
# Ignore hcl files
|
|
||||||
.terraform.lock.hcl
|
|
||||||
*.terraform.*
|
|
||||||
|
|
||||||
# Ignore graph files
|
# Ignore graph files
|
||||||
*.dot
|
*.dot
|
||||||
|
|
||||||
# to skip MacOS custom attributes. It appears when creating a .bicep file.
|
# Optional: ignore plan files saved before destroying Terraform configuration
|
||||||
.DS_Store
|
# Uncomment the line below if you want to ignore planout files.
|
||||||
|
# planout
|
||||||
# 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
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue