First push
This commit is contained in:
25
.gitignore
vendored
25
.gitignore
vendored
@@ -1,7 +1,22 @@
|
||||
*.tfvars
|
||||
!*.tfvars.example
|
||||
*.tfstate
|
||||
*.tfstate.backup
|
||||
*.out
|
||||
*.tfstate.*
|
||||
*.tfvars
|
||||
*.tfvars.json
|
||||
!*.tfvars.example
|
||||
.terraform/
|
||||
.terraform.lock.hcl
|
||||
*.tfplan
|
||||
*.out
|
||||
crash.log
|
||||
crash.*.log
|
||||
override.tf
|
||||
override.tf.json
|
||||
*_override.tf
|
||||
*_override.tf.json
|
||||
.terraformrc
|
||||
terraform.rc
|
||||
.DS_Store
|
||||
.idea/
|
||||
.vscode/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
Reference in New Issue
Block a user