Skip to content

Commit 5bc2a80

Browse files
committed
Start instance naming at 1
1 parent 4a1efd6 commit 5bc2a80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

handle_terraform.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ def _add_nodes(nodes, variance):
209209
Scale up by adding node(s) to the infrastructure
210210
"""
211211
if not nodes:
212-
nodes.append("0")
212+
nodes.append("1")
213213
variance -= 1
214214
for _ in range(variance):
215215
node_name = str(int(nodes[-1])+1)

0 commit comments

Comments
 (0)