mirror of
https://github.com/imjasonh/kontain.me
synced 2026-07-07 00:32:28 +00:00
- remove some apps (cowsay, transparency, estargz) - start to move DNS zone management into TF too (optional) - update GH workflow to deploy using TF TODO: - store state in GCS - define one-time setup to grant GHA SA permissions it needs to deploy - documentation for Future Jason - cosign_verify base images - cosign_sign images and cosign_verify before deploy
34 lines
750 B
Text
34 lines
750 B
Text
###
|
|
# https://github.com/github/gitignore/blob/master/Terraform.gitignore
|
|
|
|
# Local .terraform directories
|
|
**/.terraform/*
|
|
|
|
# .tfstate files
|
|
*.tfstate
|
|
*.tfstate.*
|
|
|
|
# Crash log files
|
|
crash.log
|
|
crash.*.log
|
|
|
|
# Exclude all .tfvars files, which are likely to contain sensitive data, such as
|
|
# password, private keys, and other secrets. These should not be part of version
|
|
# control as they are data points which are potentially sensitive and subject
|
|
# to change depending on the environment.
|
|
*.tfvars
|
|
*.tfvars.json
|
|
|
|
# Ignore override files as they are usually used to override resources locally and so
|
|
# are not checked in
|
|
override.tf
|
|
override.tf.json
|
|
*_override.tf
|
|
*_override.tf.json
|
|
|
|
# Ignore CLI configuration files
|
|
.terraformrc
|
|
terraform.rc
|
|
|
|
|
|
plan.tmp
|