Commit 80943edc authored by nitro's avatar nitro Committed by GitHub

Add rds security group description (#114)

parent 2da2528e
......@@ -3,6 +3,7 @@
#
resource "aws_security_group" "default" {
count = module.this.enabled && var.use_existing_security_groups == false ? 1 : 0
description = "Security group for Elasticache Redis"
vpc_id = var.vpc_id
name = module.this.id
tags = module.this.tags
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment