diff --git a/mmv1/third_party/terraform/services/compute/resource_compute_ha_vpn_gateway_test.go b/mmv1/third_party/terraform/services/compute/resource_compute_ha_vpn_gateway_test.go index c3c2d7ed48db..241fceb5669b 100644 --- a/mmv1/third_party/terraform/services/compute/resource_compute_ha_vpn_gateway_test.go +++ b/mmv1/third_party/terraform/services/compute/resource_compute_ha_vpn_gateway_test.go @@ -5,6 +5,7 @@ import ( "testing" "github.com/hashicorp/terraform-plugin-testing/helper/resource" + "github.com/hashicorp/terraform-plugin-testing/plancheck" "github.com/hashicorp/terraform-provider-google/google/acctest" )