mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Make sure availability zone gets passed in boto_vpc module when creating subnet
Fixes #27855
This commit is contained in:
parent
53dd01fc24
commit
50fb77dc50
1 changed files with 1 additions and 1 deletions
|
@ -777,7 +777,7 @@ def create_subnet(vpc_id=None, cidr_block=None, vpc_name=None,
|
|||
return _create_resource('subnet', name=subnet_name, tags=tags,
|
||||
vpc_id=vpc_id, cidr_block=cidr_block,
|
||||
region=region, key=key, keyid=keyid,
|
||||
profile=profile)
|
||||
profile=profile, availability_zone=availability_zone)
|
||||
|
||||
|
||||
def delete_subnet(subnet_id=None, subnet_name=None, region=None, key=None,
|
||||
|
|
Loading…
Add table
Reference in a new issue