Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
max-lobur authored Jul 6, 2023
1 parent a74841b commit dda89e0
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions examples/complete/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,6 @@ module "ec2_instance_group" {
delete_on_termination = var.delete_on_termination

security_group_rules = [
{
type = "egress"
from_port = 0
to_port = 65535
protocol = "-1"
cidr_blocks = ["0.0.0.0/0"]
},
{
type = "ingress"
from_port = 22
Expand Down

0 comments on commit dda89e0

Please sign in to comment.