diff --git a/infrastructure/provider.tf b/infrastructure/provider.tf index 16a142fd1..8337a0bb0 100644 --- a/infrastructure/provider.tf +++ b/infrastructure/provider.tf @@ -4,7 +4,7 @@ terraform { required_providers { aws = { - version = "~> 4.0" + version = "~> 6.28" } } }