remove vpc requirement for default outbound traffic (#22743)
This commit is contained in:
parent
11138abc51
commit
224b5d5283
1 changed files with 2 additions and 2 deletions
|
@ -443,8 +443,8 @@ def main():
|
|||
src_group_id=grantGroup,
|
||||
cidr_ip=thisip)
|
||||
changed = True
|
||||
elif vpc_id:
|
||||
# when using a vpc, but no egress rules are specified,
|
||||
else:
|
||||
# when no egress rules are specified,
|
||||
# we add in a default allow all out rule, which was the
|
||||
# default behavior before egress rules were added
|
||||
default_egress_rule = 'out--1-None-None-None-0.0.0.0/0'
|
||||
|
|
Loading…
Reference in a new issue