Skip to content

Commit 7125e5c

Browse files
committed
Update Terraform.gitignore to reflect reviewer guidance and best practices
1 parent fe8783f commit 7125e5c

File tree

1 file changed

+3
-15
lines changed

1 file changed

+3
-15
lines changed

Terraform.gitignore

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -36,21 +36,9 @@ override.tf.json
3636
.terraformrc
3737
terraform.rc
3838

39-
# Ignore hcl files
40-
.terraform.lock.hcl
41-
*.terraform.*
42-
4339
# Ignore graph files
4440
*.dot
4541

46-
# to skip MacOS custom attributes. It appears when creating a .bicep file.
47-
.DS_Store
48-
49-
# Ignore plan files (optional) as some might save plan before destroy the terraform configuration
50-
planout
51-
52-
# Ignore tfplan files, saved during terraform plan execution
53-
*.out
54-
55-
# Ignore Visual Studio Code customized settings (this folder holds .json file)
56-
.vscode
42+
# Optional: ignore plan files saved before destroying Terraform configuration
43+
# Uncomment the line below if you want to ignore planout files.
44+
# planout

0 commit comments

Comments
 (0)