Add ap-south-1 region

This commit is contained in:
Justin Santa Barbara 2016-07-01 09:59:56 -04:00
parent 4162bafd2e
commit ac119289fd
1 changed files with 6 additions and 0 deletions

View File

@ -44,6 +44,12 @@ var zonesToCloud = map[string]CloudProviderID{
"eu-central-1d": CloudProviderAWS,
"eu-central-1e": CloudProviderAWS,
"ap-south-1a": CloudProviderAWS,
"ap-south-1b": CloudProviderAWS,
"ap-south-1c": CloudProviderAWS,
"ap-south-1d": CloudProviderAWS,
"ap-south-1e": CloudProviderAWS,
"ap-southeast-1a": CloudProviderAWS,
"ap-southeast-1b": CloudProviderAWS,
"ap-southeast-1c": CloudProviderAWS,