Commit f1cd79a4 authored by Nick White's avatar Nick White

Created sec group out for egress to ext module sec group ingress

parent 008367aa
Pipeline #8863 passed with stage
in 13 seconds
...@@ -216,3 +216,7 @@ resource "aws_cloudwatch_metric_alarm" "memory-free-cluster" { ...@@ -216,3 +216,7 @@ resource "aws_cloudwatch_metric_alarm" "memory-free-cluster" {
CacheClusterId = "${var.cache_name}-00${count.index + 1}" CacheClusterId = "${var.cache_name}-00${count.index + 1}"
} }
} }
output "secgroup_id" {
value = "${aws_security_group.redis.id}"
}
\ No newline at end of file
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