Skip to content

Commit

Permalink
OPS-0: quick fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vikkasyousaf committed Apr 2, 2024
1 parent 619e2a3 commit fb67b3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,7 @@ Default:
"cidr_blocks": "0.0.0.0/0",
"from_port": 0,
"protocol": "-1",
"self": true,
"to_port": 0
}
]
Expand Down
1 change: 1 addition & 0 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ variable "default_security_group_egress" {
default = [{
from_port = 0
to_port = 0
self = true
protocol = "-1"
cidr_blocks = "0.0.0.0/0"
}]
Expand Down

0 comments on commit fb67b3d

Please sign in to comment.