UPD: including list id in description
This commit is contained in:
parent
efa01270a0
commit
4fa00e5647
@ -43,6 +43,6 @@ resource "aws_security_group_rule" "rules" {
|
|||||||
from_port = each.value.from_port
|
from_port = each.value.from_port
|
||||||
to_port = each.value.to_port
|
to_port = each.value.to_port
|
||||||
type = each.value.type
|
type = each.value.type
|
||||||
description = each.value.description
|
description = "${each.value.description} (${each.value.sg_name}.${each.value.rule_key})"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user