Skip to content

Commit

Permalink
more formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
devbyaccident committed Oct 16, 2024
1 parent fbe3bcf commit f1afd01
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions examples/terraform/firewall.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
# Bastion security group resources
#
resource "aws_security_group_rule" "bastion_https_egress" {
type = "egress"
from_port = 443
to_port = 443
protocol = "tcp"
cidr_blocks = ["0.0.0.0/0"]
type = "egress"
from_port = 443
to_port = 443
protocol = "tcp"
cidr_blocks = ["0.0.0.0/0"]

security_group_id = module.vpc.bastion_security_group_id
}

0 comments on commit f1afd01

Please sign in to comment.