diff --git a/mmv1/third_party/terraform/services/networkconnectivity/resource_network_connectivity_hub_test.go b/mmv1/third_party/terraform/services/networkconnectivity/resource_network_connectivity_hub_test.go index 82acb1ea2cc8..1f7566d2ac81 100644 --- a/mmv1/third_party/terraform/services/networkconnectivity/resource_network_connectivity_hub_test.go +++ b/mmv1/third_party/terraform/services/networkconnectivity/resource_network_connectivity_hub_test.go @@ -6,7 +6,7 @@ package networkconnectivity_test import ( "testing" - "github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource" + "github.com/hashicorp/terraform-plugin-testing/helper/resource" "github.com/hashicorp/terraform-provider-google/google/acctest" "github.com/hashicorp/terraform-provider-google/google/envvar" diff --git a/mmv1/third_party/terraform/services/securitycenterv2/resource_scc_v2_organization_mute_config_test.go b/mmv1/third_party/terraform/services/securitycenterv2/resource_scc_v2_organization_mute_config_test.go index a9a0c76d9d7b..1b8416838ef0 100644 --- a/mmv1/third_party/terraform/services/securitycenterv2/resource_scc_v2_organization_mute_config_test.go +++ b/mmv1/third_party/terraform/services/securitycenterv2/resource_scc_v2_organization_mute_config_test.go @@ -3,7 +3,7 @@ package securitycenterv2_test import ( "testing" - "github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource" + "github.com/hashicorp/terraform-plugin-testing/helper/resource" "github.com/hashicorp/terraform-provider-google/google/acctest" "github.com/hashicorp/terraform-provider-google/google/envvar" )