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-2',
|
||||
'ap-south-1',
|
||||
'ca-central-1',
|
||||
'eu-central-1',
|
||||
'eu-west-1',
|
||||
'sa-east-1',
|
||||
|
|
Loading…
Reference in a new issue