diff --git a/infrastructure/provider.tf b/infrastructure/provider.tf index f6f56402..d779f23c 100644 --- a/infrastructure/provider.tf +++ b/infrastructure/provider.tf @@ -2,7 +2,7 @@ terraform { required_providers { aws = { source = "-/aws" - version = ">= 4.9.0, < 5.0.0" + version = ">= 5.0.0, < 6.0.0" } } required_version = "0.13.0"