-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
31 lines (27 loc) · 742 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Terraform
.terraform
*.tfstate
*.tfstate.backup
# Ignore the terraform lock file to ensure cross platform compatibility. If you wish to track the terraform lock file in
# version control, be sure to generate one that works for all operator platforms in your team using the providers lock
# command. Refer to https://www.terraform.io/docs/cli/commands/providers/lock.html for more info. For example, to
# generate a lock file that is compatible with Intel based MacBooks and ECS Deploy Runner:
#
# terragrunt run-all providers lock -platform=darwin_amd64 -platform=linux_amd64
#
.terraform.lock.hcl
# OS X
.history
.DS_Store
# IntelliJ
.idea_modules
*.iml
*.iws
*.ipr
.idea/
build/
*/build/
out/
.fleet/
# Terragrunt
.terragrunt-cache