We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d80101b commit bdee82eCopy full SHA for bdee82e
main.tf
@@ -42,6 +42,7 @@ data "aws_security_group" "existing" {
42
resource "aws_security_group_rule" "egress" {
43
count = (var.enable_security_group == true && length(var.sg_ids) < 1 && var.is_external == false && var.egress_rule == true) ? 1 : 0
44
45
+ description = "S3 Gateway Egress"
46
type = "egress"
47
from_port = 0
48
to_port = 65535
0 commit comments