mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
ec2_facts: Add support for ca-central-1 (#19260)
This commit is contained in:
parent
3ca9141a40
commit
e0d4050612
1 changed files with 1 additions and 0 deletions
|
@ -70,6 +70,7 @@ class Ec2Metadata(object):
|
||||||
'ap-southeast-1',
|
'ap-southeast-1',
|
||||||
'ap-southeast-2',
|
'ap-southeast-2',
|
||||||
'ap-south-1',
|
'ap-south-1',
|
||||||
|
'ca-central-1',
|
||||||
'eu-central-1',
|
'eu-central-1',
|
||||||
'eu-west-1',
|
'eu-west-1',
|
||||||
'sa-east-1',
|
'sa-east-1',
|
||||||
|
|
Loading…
Reference in a new issue