diff --git a/infrastructure/app/providers.tf b/infrastructure/app/providers.tf index a61e016..0b3ec87 100644 --- a/infrastructure/app/providers.tf +++ b/infrastructure/app/providers.tf @@ -2,7 +2,7 @@ terraform { required_version = ">=1.0" required_providers { - aws = "4.34.0" + aws = "4.38.0" } } diff --git a/infrastructure/bootstrap/provider.tf b/infrastructure/bootstrap/provider.tf index a61e016..0b3ec87 100644 --- a/infrastructure/bootstrap/provider.tf +++ b/infrastructure/bootstrap/provider.tf @@ -2,7 +2,7 @@ terraform { required_version = ">=1.0" required_providers { - aws = "4.34.0" + aws = "4.38.0" } }