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
I now try to add an optional 2nd scsi disk for kubernetes downstream nodes but don't know how to make it truely optional.
My idea was, that it only get created when I specify a disk_size2 within the module.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello.
I use this provider to create cloud-init vm's as the following:
I define the vm's as modules within the main.tf.
E.g.:
main.tf
modules/vms/main.tf
I now try to add an optional 2nd scsi disk for kubernetes downstream nodes but don't know how to make it truely optional.
My idea was, that it only get created when I specify a
disk_size2
within the module.Kind regards
Lucas
Beta Was this translation helpful? Give feedback.
All reactions