diff --git a/infra/terraform/accounts/prod/provider.tf b/infra/terraform/accounts/prod/provider.tf index ac6e956987..991542507e 100644 --- a/infra/terraform/accounts/prod/provider.tf +++ b/infra/terraform/accounts/prod/provider.tf @@ -2,7 +2,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = "~> 5.49.0" + version = ">= 5.49.0" } }