From 4475dadfb36856918caa3a2225d95f42c4544c16 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 19:50:50 +0000 Subject: [PATCH] chore(deps): update terraform aws to v5 --- infrastructure/app/providers.tf | 2 +- infrastructure/bootstrap/provider.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure/app/providers.tf b/infrastructure/app/providers.tf index 0b3ec87..3c018a9 100644 --- a/infrastructure/app/providers.tf +++ b/infrastructure/app/providers.tf @@ -2,7 +2,7 @@ terraform { required_version = ">=1.0" required_providers { - aws = "4.38.0" + aws = "5.51.1" } } diff --git a/infrastructure/bootstrap/provider.tf b/infrastructure/bootstrap/provider.tf index 0b3ec87..3c018a9 100644 --- a/infrastructure/bootstrap/provider.tf +++ b/infrastructure/bootstrap/provider.tf @@ -2,7 +2,7 @@ terraform { required_version = ">=1.0" required_providers { - aws = "4.38.0" + aws = "5.51.1" } }