-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
adding vm clone resource #452
base: feat/1.6.0
Are you sure you want to change the base?
adding vm clone resource #452
Conversation
if v, ok := d.GetOk("guest_customization_is_overridable"); ok { | ||
guestCustom.IsOverridable = utils.BoolPtr(v.(bool)) | ||
} | ||
if v, ok := d.GetOk("guest_customization_sysprep"); ok { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Most of it is duplicate code. We can reuse existing funcs.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reusing existing funcs will be cause spec to add more attributes which aren't required by clone payload.
/ok-to-test pc
|
/ok-to-test pc
|
Adding Virtual Machine Clone Resource.