We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2d1fce commit 92eba04Copy full SHA for 92eba04
1 file changed
Terraform.gitignore
@@ -36,19 +36,17 @@ override.tf.json
36
.terraformrc
37
terraform.rc
38
39
-# Ignore hcl file
+# Ignore hcl files
40
.terraform.lock.hcl
41
+*.terraform.*
42
43
# Ignore graph files
44
*.dot
45
-# Ignore lock.hcl
46
-*.terraform.*
47
-
48
-# to skip MacOS file found after creating .bicep
+# to skip MacOS custom attributes. It appears when creating a .bicep file.
49
.DS_Store
50
51
-# plan files (optional). To save plan before destroy
+# Ignore plan files (optional) as some might save plan before destroy the terraform configuration
52
planout
53
54
# Ignore tfplan files, saved during terraform plan execution
0 commit comments