mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fixed boto3_route53 execution module function signature diSassociate_vpc_from_hosted_zone
typo. (refs #45431)
This commit is contained in:
parent
42b0d27f71
commit
21e1e9e226
1 changed files with 1 additions and 1 deletions
|
@ -554,7 +554,7 @@ def associate_vpc_with_hosted_zone(HostedZoneId=None, Name=None, VPCId=None,
|
|||
return False
|
||||
|
||||
|
||||
def diassociate_vpc_from_hosted_zone(HostedZoneId=None, Name=None, VPCId=None,
|
||||
def disassociate_vpc_from_hosted_zone(HostedZoneId=None, Name=None, VPCId=None,
|
||||
VPCName=None, VPCRegion=None, Comment=None,
|
||||
region=None, key=None, keyid=None, profile=None):
|
||||
'''
|
||||
|
|
Loading…
Add table
Reference in a new issue