Skip to content

Commit

Permalink
Fix another reference
Browse files Browse the repository at this point in the history
  • Loading branch information
ha7315 committed Jan 20, 2024
1 parent d9ffb94 commit 9129c6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/postgres-restore/download_sg.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ resource "aws_security_group_rule" "restore_download_task_https_out_anywhere" {
description = "Allow https out from download task to anywhere"
from_port = 443
protocol = "tcp"
security_group_id = aws_security_group.download_task.id
security_group_id = aws_security_group.restore_download_task.id
to_port = 443
type = "egress"
}
Expand Down

0 comments on commit 9129c6d

Please sign in to comment.