diff --git a/nutanix/services/volumesv2/data_source_nutanix_volume_category_details_v2.go b/nutanix/services/volumesv2/data_source_nutanix_volume_category_details_v2.go index c84de255..3dd28833 100644 --- a/nutanix/services/volumesv2/data_source_nutanix_volume_category_details_v2.go +++ b/nutanix/services/volumesv2/data_source_nutanix_volume_category_details_v2.go @@ -2,6 +2,7 @@ package volumesv2 import ( "context" + "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" diff --git a/nutanix/services/volumesv2/data_source_nutanix_volume_disk_v2.go b/nutanix/services/volumesv2/data_source_nutanix_volume_disk_v2.go index 521b6322..ca93cef9 100644 --- a/nutanix/services/volumesv2/data_source_nutanix_volume_disk_v2.go +++ b/nutanix/services/volumesv2/data_source_nutanix_volume_disk_v2.go @@ -2,6 +2,7 @@ package volumesv2 import ( "context" + "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" volumesClient "github.com/nutanix/ntnx-api-golang-clients/volumes-go-client/v4/models/volumes/v4/config" diff --git a/nutanix/services/volumesv2/data_source_nutanix_volume_group_iscsi_clients_v2.go b/nutanix/services/volumesv2/data_source_nutanix_volume_group_iscsi_clients_v2.go index 4fe43f8a..d7e1182e 100644 --- a/nutanix/services/volumesv2/data_source_nutanix_volume_group_iscsi_clients_v2.go +++ b/nutanix/services/volumesv2/data_source_nutanix_volume_group_iscsi_clients_v2.go @@ -2,6 +2,7 @@ package volumesv2 import ( "context" + "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"