We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe8783f commit 7125e5cCopy full SHA for 7125e5c
Terraform.gitignore
@@ -36,21 +36,9 @@ override.tf.json
36
.terraformrc
37
terraform.rc
38
39
-# Ignore hcl files
40
-.terraform.lock.hcl
41
-*.terraform.*
42
-
43
# Ignore graph files
44
*.dot
45
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
+# Optional: ignore plan files saved before destroying Terraform configuration
+# Uncomment the line below if you want to ignore planout files.
+# planout
0 commit comments