Initial commit from kro/examples/aws/eks-cluster-mgmt

This commit is contained in:
2026-04-21 09:55:53 -03:00
parent 0585444299
commit 7d11fd5889
66 changed files with 3667 additions and 0 deletions
+32
View File
@@ -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