Commit fff5f4e2 authored by Nick White's avatar Nick White

Output sec group ID for second module assignment

parent 83bffb00
Pipeline #8862 passed with stage
in 15 seconds
......@@ -222,3 +222,7 @@ resource "aws_cloudwatch_metric_alarm" "memory-free-cluster" {
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