mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #28168 from rallytime/fix-27855
Make sure availability zone gets passed in boto_vpc module when creating subnet
This commit is contained in:
commit
559a517ad6
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