Update configuration to include new AWS region ap-southeast-3

Signed-off-by: David Duncan <davdunc@amazon.com>
This commit is contained in:
David Duncan 2021-12-03 13:24:36 -08:00 committed by kevin
parent 5bb6e67e21
commit c7a4031d5f

View file

@ -22,8 +22,8 @@ base_region = 'us-east-1'
regions = [ 'af-south-1', 'eu-north-1', 'ap-south-1', 'eu-west-3', 'eu-west-2',
'eu-south-1', 'eu-west-1', 'ap-northeast-3', 'ap-northeast-2', 'me-south-1',
'ap-northeast-1', 'sa-east-1', 'ca-central-1', 'ap-east-1', 'ap-southeast-1',
'ap-southeast-2', 'eu-central-1', 'us-east-1', 'us-east-2', 'us-west-1',
'us-west-2' ]
'ap-southeast-2', 'ap-southeast-3', 'eu-central-1', 'us-east-1', 'us-east-2',
'us-west-1', 'us-west-2' ]
volume_types = ['standard', 'gp2']
[rackspace]