You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This change updates some of the examples (under the 'examples' folder) to create worker pools spread across availability zones, as opposed to multiple single zone worker pool. This capability always existed in the root module, but was not demonstrated specifically by the examples. The actual logic in the root module to create the worker pools has not changed.
BREAKING CHANGES
The defaults in the worker_pools input variable have been removed, as they were making assumptions on the value passed to the vpc_subnets input variable. The naming in the worker_pools defaults were also giving the false impression that the worker pools were defined by availability zone. worker_pools is now a mandatory input. If you relied on the defaults in version 2.X.X of the module, simply set the value worker_pools to the following when moving up to version 3.0.0