Skip to content

Commit 09cc74c

Browse files
committed
feat: added sg description
1 parent e8c4286 commit 09cc74c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.tf

+1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ resource "aws_security_group_rule" "egress_ipv6" {
6565
resource "aws_security_group_rule" "ingress" {
6666
count = length(var.allowed_ip) > 0 == true && length(var.sg_ids) < 1 ? length(compact(var.allowed_ports)) : 0
6767

68+
description = var.sg_egress_description
6869
type = "ingress"
6970
from_port = element(var.allowed_ports, count.index)
7071
to_port = element(var.allowed_ports, count.index)

0 commit comments

Comments
 (0)