Skip to content

Commit

Permalink
Fix endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
paurosello authored and tzneal committed Sep 29, 2023
1 parent 4c81723 commit e94bffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/providers/pricing/pricing.go
Expand Up @@ -90,7 +90,7 @@ func NewAPI(sess *session.Session, region string) pricingiface.PricingAPI {
if strings.HasPrefix(region, "ap-") {
pricingAPIRegion = "ap-south-1"
} else if strings.HasPrefix(region, "cn-") {
pricingAPIRegion = "cn-north-1"
pricingAPIRegion = "cn-northwest-1"
} else if strings.HasPrefix(region, "eu-") {
pricingAPIRegion = "eu-central-1"
}
Expand Down

0 comments on commit e94bffe

Please sign in to comment.