mirror of
https://github.com/optim-enterprises-bv/terraform-talos.git
synced 2025-10-28 17:12:24 +00:00
39 lines
647 B
Plaintext
39 lines
647 B
Plaintext
/.vscode/
|
|
.DS_Store
|
|
|
|
# Local .terraform directories
|
|
**/.terraform/*
|
|
.terraform.lock.hcl
|
|
|
|
# .tfstate files
|
|
*.tfstate
|
|
*.tfstate.*
|
|
|
|
# packer files
|
|
.auto.pkrvars.hcl
|
|
|
|
# Crash log files
|
|
crash.log
|
|
|
|
# Ignore any .tfvars files that are generated automatically for each Terraform run. Most
|
|
# .tfvars files are managed as part of configuration and so should be included in
|
|
# version control.
|
|
#
|
|
terraform.tfvars
|
|
terraform.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
|
|
|
|
#
|
|
talosctl
|
|
talosconfig
|
|
kubeconfig
|
|
*.secret
|
|
#
|
|
/talos/
|