chore: allow tfvars and set min terraform version
Some checks failed
Terraform CI/CD / Validate (pull_request) Failing after 3s
Terraform CI/CD / Plan (pull_request) Has been skipped
Terraform CI/CD / Apply (pull_request) Has been skipped

- Update .gitignore to remove `*.tfvars` exclusion, allowing variable definition files to be tracked in version control.
- Enforce a minimum Terraform version of 1.5.0 in `terraform/prod/providers.tf` to ensure compatibility with modern features.
This commit is contained in:
darnodo
2025-12-08 09:55:43 +01:00
parent 6036783cd5
commit 5189398f8d
3 changed files with 65 additions and 1 deletions

1
.gitignore vendored
View File

@@ -2,7 +2,6 @@
.terraform/
*.tfstate
*.tfstate.*
*.tfvars
# Fichiers sensibles d'Ansible
*.vault