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