diff --git a/infrastructure/app/app.tf b/infrastructure/app/app.tf index 05e9638..76f8657 100644 --- a/infrastructure/app/app.tf +++ b/infrastructure/app/app.tf @@ -2,7 +2,7 @@ terraform { required_version = ">=1.0" required_providers { - aws = "4.31.0" + aws = "4.32.0" } } diff --git a/infrastructure/bootstrap/provider.tf b/infrastructure/bootstrap/provider.tf index 00c9f07..8688ceb 100644 --- a/infrastructure/bootstrap/provider.tf +++ b/infrastructure/bootstrap/provider.tf @@ -2,7 +2,7 @@ terraform { required_version = ">=1.0" required_providers { - aws = "4.31.0" + aws = "4.32.0" } }