diff --git a/infrastructure/provider.tf b/infrastructure/provider.tf index a102bc3a..c8ded4af 100644 --- a/infrastructure/provider.tf +++ b/infrastructure/provider.tf @@ -4,7 +4,7 @@ terraform { required_providers { aws = { - version = "~> 4.0" + version = "~> 5.40" } } }