mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Update ec2_facts with new ap-south region
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user