Update `ec2_facts` with new ap-south region

pull/19873/head
Ryan S. Brown 8 years ago
parent 2ffb705049
commit 8772e4387b

@ -67,9 +67,9 @@ class Ec2Metadata(object):
AWS_REGIONS = ('ap-northeast-1',
'ap-northeast-2',
'ap-south-1',
'ap-southeast-1',
'ap-southeast-2',
'ap-south-1',
'ca-central-1',
'eu-central-1',
'eu-west-1',
@ -79,7 +79,7 @@ class Ec2Metadata(object):
'us-east-2',
'us-west-1',
'us-west-2',
'us-gov-west-1'
'us-gov-west-1',
)
def __init__(self, module, ec2_metadata_uri=None, ec2_sshdata_uri=None, ec2_userdata_uri=None):

Loading…
Cancel
Save