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.
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
# =====================================================================
|
||||
|
||||
terraform {
|
||||
required_version = ">= 1.5.0"
|
||||
# ---------------------------------------------------------------------------
|
||||
# Backend S3 - Stockage distant du state Terraform
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user