Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
guyzsarun committed Dec 17, 2023
1 parent 6d9bc1c commit c152a20
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ module "bastion" {

security_group_ids = [
aws_security_group.allow_ssh.id,
aws_security_group.allow_egress.id]
aws_security_group.allow_egress.id
]
}

module "private_bastion" {
Expand Down

0 comments on commit c152a20

Please sign in to comment.