diff --git a/terraform/modules/gost_postgres/main.tf b/terraform/modules/gost_postgres/main.tf index 8fc65842e..ce248d749 100644 --- a/terraform/modules/gost_postgres/main.tf +++ b/terraform/modules/gost_postgres/main.tf @@ -13,7 +13,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = "~> 4.67.0" + version = "~> 5.40.0" } random = { source = "hashicorp/random"