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 92eba04 commit eda97eeCopy full SHA for eda97ee
Terraform.gitignore
@@ -50,4 +50,7 @@ terraform.rc
50
planout
51
52
# Ignore tfplan files, saved during terraform plan execution
53
-*.out
+*.out
54
+
55
+# Ignore Visual Studio Code customized settings (this folder holds .json file)
56
+.vscode
0 commit comments