Skip to content

Commit 669f63e

Browse files
committed
Initialize git repo
0 parents  commit 669f63e

File tree

5 files changed

+37
-0
lines changed

5 files changed

+37
-0
lines changed

.gitignore

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
2+
# Created by https://www.gitignore.io/api/terraform
3+
# Edit at https://www.gitignore.io/?templates=terraform
4+
5+
### Terraform ###
6+
# Local .terraform directories
7+
**/.terraform/*
8+
9+
# .tfstate files
10+
*.tfstate
11+
*.tfstate.*
12+
13+
# Crash log files
14+
crash.log
15+
16+
# Ignore any .tfvars files that are generated automatically for each Terraform run. Most
17+
# .tfvars files are managed as part of configuration and so should be included in
18+
# version control.
19+
#
20+
# example.tfvars
21+
22+
# Ignore override files as they are usually used to override resources locally and so
23+
# are not checked in
24+
override.tf
25+
override.tf.json
26+
*_override.tf
27+
*_override.tf.json
28+
29+
# Include override files you do wish to add to version control using negated pattern
30+
# !example_override.tf
31+
32+
# Include tfplan files to ignore the plan output of command: terraform plan -out=tfplan
33+
# example: *tfplan*
34+
35+
# End of https://www.gitignore.io/api/terraform
36+
37+
tfplan.out

README.md

Whitespace-only changes.

main.tf

Whitespace-only changes.

outputs.tf

Whitespace-only changes.

variables.tf

Whitespace-only changes.

0 commit comments

Comments
 (0)