diff --git a/main.tf b/main.tf index 1c58cbc..9dfbbb8 100644 --- a/main.tf +++ b/main.tf @@ -44,7 +44,7 @@ module "postgres_security_group" { module "kong_rds" { source = "terraform-aws-modules/rds/aws" - version = "~> 6.12.0" + version = "~> 6.13.0" identifier = local.rds.db_identifier engine = local.rds.engine