Initial commit from kro/examples/aws/eks-cluster-mgmt
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
# Local .terraform directories
|
||||
**/.terraform/*
|
||||
.terraform.lock.hcl
|
||||
# .tfstate files
|
||||
*.tfstate
|
||||
*.tfstate.*
|
||||
tfstate.*
|
||||
|
||||
# Crash log files
|
||||
crash.log
|
||||
|
||||
# Exclude all .tfvars files, which might contain sensitive data, such as
|
||||
# password, private keys, and other secrets.
|
||||
|
||||
# Ignore override files as they are usually used to override resources locally.
|
||||
override.tf
|
||||
override.tf.json
|
||||
*_override.tf
|
||||
*_override.tf.json
|
||||
|
||||
# Ignore CLI configuration files
|
||||
.terraformrc
|
||||
terraform.rc
|
||||
backend.hcl
|
||||
|
||||
# Ignore log files
|
||||
*.log
|
||||
|
||||
# Ignore temporary files
|
||||
*.tmp
|
||||
*.temp
|
||||
.envrc
|
||||
Reference in New Issue
Block a user