NetApp / terraform-provider-netapp-cloudmanager

Terraform provider to create NetAPP OCCM instances, CVO resources, volumes, snapshots, ... in Azure, AWS, GCP.
Mozilla Public License 2.0
17 stars 27 forks source link

resource/volume : allow comment feature when updating #189

Closed MostaphaBentaleb closed 7 months ago

MostaphaBentaleb commented 7 months ago

Comment on CVO volumes are already implemented on the provider when creating a new volume but not yet implemented when updating an existing volume . This PR add it into the Volume update logic . The provider already implement all the needed stuff, "volume/comment" is also available in the volume update API call according to the official API doc.