Add default value for machine_type variable
Need to add a default value for the machine_type
variable. When deploying an Autopilot cluster you should not need to specify machine_type
, however the way the code is at the moment means the module will error as it expects machine_type
to be supplied. Simply setting a sane default should resolve this issue.