diff --git a/infra/auth0/providers.tf b/infra/auth0/providers.tf index 38092b3c2..3231c2d51 100644 --- a/infra/auth0/providers.tf +++ b/infra/auth0/providers.tf @@ -5,7 +5,7 @@ terraform { region = "eu-north-1" } - required_version = "~> 1.7.0" + required_version = "~> 1.9.0" required_providers { aws = {