From e6c6fabaae3ee06b42796a5ef22d5535a0aa1466 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 15:43:21 -0400 Subject: [PATCH] chore(deps): update terraform aws to v4.33.0 (#15) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- infrastructure/app/app.tf | 2 +- infrastructure/bootstrap/provider.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure/app/app.tf b/infrastructure/app/app.tf index 76f8657..24b7d3e 100644 --- a/infrastructure/app/app.tf +++ b/infrastructure/app/app.tf @@ -2,7 +2,7 @@ terraform { required_version = ">=1.0" required_providers { - aws = "4.32.0" + aws = "4.33.0" } } diff --git a/infrastructure/bootstrap/provider.tf b/infrastructure/bootstrap/provider.tf index 8688ceb..fd5a1e7 100644 --- a/infrastructure/bootstrap/provider.tf +++ b/infrastructure/bootstrap/provider.tf @@ -2,7 +2,7 @@ terraform { required_version = ">=1.0" required_providers { - aws = "4.32.0" + aws = "4.33.0" } }