init
This commit is contained in:
18
.gitignore
vendored
Normal file
18
.gitignore
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
.ssh
|
||||
.env*
|
||||
inventory*
|
||||
terraform.tfvars
|
||||
|
||||
# Terraform
|
||||
**/.terraform/*
|
||||
**/*.tfstate
|
||||
**/*.tfstate.*
|
||||
**/*.tfplan
|
||||
**/crash.log
|
||||
**/crash.*.log
|
||||
*.auto.tfvars
|
||||
*.auto.tfvars.json
|
||||
**/.terraform.lock.hcl
|
||||
**/.terraform
|
||||
|
||||
# **/terraform.tfvars
|
||||
Reference in New Issue
Block a user