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 350f120 commit 506480cCopy full SHA for 506480c
terraform/aws/.gitignore
@@ -0,0 +1,33 @@
1
+# Terraform files
2
+*.tfstate
3
+*.tfstate.*
4
+*.tfvars
5
+!terraform.tfvars.example
6
+.terraform/
7
+.terraform.lock.hcl
8
+crash.log
9
+override.tf
10
+override.tf.json
11
+*_override.tf
12
+*_override.tf.json
13
+tfplan
14
+plan.log
15
+
16
+# OS files
17
+.DS_Store
18
+Thumbs.db
19
20
+# IDE files
21
+.idea/
22
+.vscode/
23
+*.swp
24
+*.swo
25
+*~
26
27
+# Backup files
28
+*.bak
29
+*.backup
30
31
+# SSH keys
32
+*.pem
33
+*.key
0 commit comments