diff --git a/modules/elasticache-redis-cluster/security-group.tf b/modules/elasticache-redis-cluster/security-group.tf index 89a9c02..3535c92 100644 --- a/modules/elasticache-redis-cluster/security-group.tf +++ b/modules/elasticache-redis-cluster/security-group.tf @@ -4,7 +4,7 @@ module "security_group" { source = "tedilabs/network/aws//modules/security-group" - version = "~> 0.26.0" + version = "~> 0.32.0" count = var.default_security_group.enabled ? 1 : 0