Files
iac-homelab/.gitignore
darnodo 6efb997684
Some checks failed
Terraform CI/CD / Validate (push) Failing after 1s
Terraform CI/CD / Plan (push) Has been skipped
Terraform CI/CD / Apply (push) Has been skipped
chore(terraform): update version constraint and allow tfvars
- Remove `*.tfvars` from .gitignore to allow tracking variable files.
- Enforce Terraform version to be greater than or equal to 1.5.0 in prod configuration.
2025-12-08 10:22:31 +01:00

21 lines
307 B
Plaintext

# Fichiers d'état et de configuration locaux de Terraform
.terraform/
*.tfstate
*.tfstate.*
# Fichiers sensibles d'Ansible
*.vault
*vault.yml
# Static hosts
00_static_hosts.yml
dns.home.arnodo.fr.yml
static_records.yml
01_lab_hosts.yml
# Fichier environment python et Ansible
.ansible
.env
.venv
.envrc