Skip to content

Commit

Permalink
Sync bitbucket and GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
carchi8py committed Jun 6, 2024
1 parent 1ebd5ef commit fe55b85
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 24.6.0
BUG FIXES:
* resource/volume_replication: fix update.

## 24.4.0
BUG FIXES:
* resource/volume: ([#90](https://github.com/NetApp/terraform-provider-netapp-gcp/issues/90)), ([#92](https://github.com/NetApp/terraform-provider-netapp-gcp/issues/92))
Expand Down
1 change: 0 additions & 1 deletion gcp/resource_netapp_gcp_volume_replication.go
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,6 @@ func resourceGCPVolumeReplicationDelete(d *schema.ResourceData, meta interface{}
if err != nil {
return err
}

//TODO: Need to wait until replication is really deleted, otherwise follow on volume deletes might fail

return nil
Expand Down

0 comments on commit fe55b85

Please sign in to comment.