chore: allow tfvars and set min terraform version
- 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:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -2,7 +2,6 @@
|
||||
.terraform/
|
||||
*.tfstate
|
||||
*.tfstate.*
|
||||
*.tfvars
|
||||
|
||||
# Fichiers sensibles d'Ansible
|
||||
*.vault
|
||||
|
||||
Reference in New Issue
Block a user