outscale / osc-cost

Analysis of cloud costs for 3DS Outscale
5 stars 3 forks source link

region_name vs region #98

Closed albundy83 closed 1 year ago

albundy83 commented 1 year ago

Hello,

in doc, it's written that we need to specify region but in the container, it's region_name which is used... Which one should we use ? :)

jerome-jutteau commented 1 year ago

Hi @albundy83,

You are right, we seems to have a difference between what's the basic configuration in README.md says (region) and what is used in entrypoint.sh#L21 (region_name).

This should only be region as underlying SDK only supports region. ping @outscale-vbr

ghost commented 1 year ago

Hi @albundy83

You are right, it should region instead if region_name. It will be fixed very soon.

(With our sdk if a region is not specified it will use the default region eu-west-2)

jerome-jutteau commented 1 year ago

Released v0.3.0 with the fix

albundy83 commented 1 year ago

Thanks a lot :)