[BUG] Update AttachVolume
method to use VolumeAttachConfig
due to civogo v0.3.75
upgrade
#340
Labels
bug
Something isn't working
Description
What's the Issue?
When we update the Provider's
civogo
dependency tov0.3.75
, which the latest one,the
AttachVolume
method expects us to provideVolumeAttachConfig
instead ofinstanceID
.terraform-provider-civo/civo/volume/resource_volume_attachment.go
Line 69 in 2adc815
Type
VolumeAttachConfig
was added recently, as evident in the screenshot below:Steps to reproduce:
Just update the dependency using
go get github.com/civo/civogo
command.Acceptance Criteria
resource_volume_attachment
with the updated dependencyThe text was updated successfully, but these errors were encountered: