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.
0 parents commit 1d741ecCopy full SHA for 1d741ec
.gitignore
@@ -0,0 +1,28 @@
1
+# Terraform files
2
+.terraform
3
+terraform.tfstate
4
+terraform.tfvars
5
+*.tfstate*
6
+
7
+# OS X files
8
+.history
9
+.DS_Store
10
11
+# IntelliJ files
12
+.idea_modules
13
+*.iml
14
+*.iws
15
+*.ipr
16
+.idea/
17
+build/
18
+*/build/
19
+out/
20
21
+# Go best practices dictate that libraries should not include the vendor directory
22
+vendor
23
24
+# Output from the build-go-binaries tests
25
+app_linux_amd64
26
27
+# Output from build-packer-artifact
28
+packer-build.log
0 commit comments