From ea91cae1f89b77460c6488f91e2f53388234850e Mon Sep 17 00:00:00 2001 From: ngnnpgn Date: Thu, 28 Nov 2024 20:34:50 +0000 Subject: [PATCH] fix: mise a jour de la version du provider --- infra/config.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/config.tf b/infra/config.tf index 40bf6db..70c5de3 100644 --- a/infra/config.tf +++ b/infra/config.tf @@ -2,7 +2,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = "3.40.0" + version = "5.11.0" } } }