Skip to content

Commit

Permalink
make it look nicer
Browse files Browse the repository at this point in the history
  • Loading branch information
ebeaty-cisco committed Oct 30, 2024
1 parent 71822a5 commit d684a68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/aws/data-subnets/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ resource "aws_security_group" "this" {
protocol = -1
security_groups = [var.bastion_security_group_id]
}

egress {
from_port = 0
to_port = 0
protocol = -1
security_groups = [var.bastion_security_group_id]
}


tags = {
Name = "${var.name_prefix}-data"
}
Expand Down

0 comments on commit d684a68

Please sign in to comment.