Closed ocobles closed 2 years ago
Related to https://github.com/equinix/terraform-provider-equinix/pull/244
The options currently available in the sdk are: type (reinstall), preserve_data, and deprovision_fast
type
preserve_data
deprovision_fast
To change the operating system and not just reinstall the previous one I found operating_system must be specified (UI browser console):
operating_system
{ force_delete: false operating_system: "debian_10" type: "reinstall" }
Related to https://github.com/equinix/terraform-provider-equinix/pull/244
The options currently available in the sdk are:
type
(reinstall),preserve_data
, anddeprovision_fast
To change the operating system and not just reinstall the previous one I found
operating_system
must be specified (UI browser console):