mirror of
https://github.com/siderolabs/talos.git
synced 2025-09-10 00:11:13 +02:00
This PR makes sure that azure VMs are zero indexed for consistency with the way that NICs and IPs are generated earlier in the docs. I'm not quite sure why we went with `seq( 0 1 2 )` instead of `seq( 0 2 )`, but I kept the sequences the same for consistency. Signed-off-by: Spencer Smith <spencer.smith@talos-systems.com>