-
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
Vm update storage profile #580
Conversation
# Conflicts: # go.mod # go.sum # vendor/modules.txt
# Conflicts: # go.mod # go.sum
Merge branch 'master' of github.com:vmware/terraform-provider-vcd
Merge branch 'master' of github.com:vmware/terraform-provider-vcd
Merge branch 'master' of github.com:vmware/terraform-provider-vcd
Merge branch 'master' of github.com:vmware/terraform-provider-vcd
…aform-provider-vcd
…aform-provider-vcd
…aform-provider-vcd
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.
No biggie. A few small comments.
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.
A few queries and checks
…aform-provider-vcd
# Conflicts: # .travis.yml # go.sum # vendor/github.com/vmware/go-vcloud-director/v2/govcd/vm.go # vendor/github.com/vmware/go-vcloud-director/v2/types/v56/vm_types.go # vendor/modules.txt
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.
LGTM.
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.
Thanks. make testvm
passed
…aform-provider-vcd
# Conflicts: # vcd/resource_vcd_org_vdc.go
Ref:#546
change allows to update VM storage profile. Before storage profile was used only on create.