Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit bdee82e

Browse files
committedJun 12, 2023
feat: added sg description
1 parent d80101b commit bdee82e

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
@@ -42,6 +42,7 @@ data "aws_security_group" "existing" {
4242
resource "aws_security_group_rule" "egress" {
4343
count = (var.enable_security_group == true && length(var.sg_ids) < 1 && var.is_external == false && var.egress_rule == true) ? 1 : 0
4444

45+
description = "S3 Gateway Egress"
4546
type = "egress"
4647
from_port = 0
4748
to_port = 65535

0 commit comments

Comments
 (0)
Please sign in to comment.