fu
This commit is contained in:
24
.gitignore
vendored
Normal file
24
.gitignore
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
# Terraform files
|
||||
*.tfstate
|
||||
*.tfstate.*
|
||||
crash.log
|
||||
crash.*.log
|
||||
*.tfvars.json
|
||||
override.tf
|
||||
override.tf.json
|
||||
*_override.tf
|
||||
*_override.tf.json
|
||||
.terraformrc
|
||||
terraform.rc
|
||||
|
||||
# Terraform directories
|
||||
.terraform/
|
||||
|
||||
# Sensitive files
|
||||
.env
|
||||
*.pem
|
||||
*.key
|
||||
*.crt
|
||||
|
||||
# IMPORTANT: Do NOT ignore .terraform.lock.hcl
|
||||
# This file should be committed to ensure consistent provider versions
|
||||
Reference in New Issue
Block a user