Commit 6c81f58
authored
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: #931 parent c3829cf commit 6c81f58
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
0 commit comments