mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-25 14:53:19 +00:00
The .tfvars files are normally gitignored, but they serve as an example here. Just need to make sure I don't commit a secret... Inpired by #236
32 lines
276 B
Plaintext
32 lines
276 B
Plaintext
.idea
|
|
charts/example
|
|
**/infra/**/charts
|
|
*secret*.yaml
|
|
|
|
.terraform
|
|
output
|
|
|
|
*.tfstate
|
|
*.tfstate.*
|
|
|
|
*secret*.tfvars
|
|
*secret*.tfvars.json
|
|
|
|
*.lock.hcl
|
|
|
|
override.tf
|
|
override.tf.json
|
|
*_override.tf
|
|
*_override.tf.json
|
|
|
|
**/.DS_Store
|
|
**/*.tfplan
|
|
|
|
*.qcow2
|
|
*.raw
|
|
|
|
*.cert
|
|
*.key
|
|
|
|
*.pem
|
|
*.crt |