nimblehq / infrastructure-templates

For IaaS and PaaS as codes
MIT License
10 stars 0 forks source link

[#192] Update variables to use static values or locales when appropriate #198

Closed malparty closed 1 year ago

malparty commented 1 year ago

What happened 👀

Move default variables not used elsewhere to direct values or locals.

Only remove variable when ALL environments (e.g. Production and Staging) need to have the same values:

Insight 📝

Some variables are kept with a purpose in mind:

Variable Purpose
rds.autoscaling_min/max_capacity PROD might need higher capacity than staging
bastillon.* Staging can have lower costs with a smaller instance and capacity.

Proof Of Work 📹

No feature changed. Tests are passing.