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
Fix: instance_count + ad_number == null distributes instances per AD (#94)
when var.ad_number == null data.oci_core_shapes.current_ad cannot be created anymore.
We currently rely on var.ad_number == null to provision instances in each AD in a round robin manner when var.instance_count is used.
Fixes: #93
0 commit comments