diff --git a/mmv1/third_party/terraform/services/compute/resource_compute_ha_vpn_gateway_labels_test.go b/mmv1/third_party/terraform/services/compute/resource_compute_ha_vpn_gateway_labels_test.go index 4d9343d03de4..606046b90f27 100644 --- a/mmv1/third_party/terraform/services/compute/resource_compute_ha_vpn_gateway_labels_test.go +++ b/mmv1/third_party/terraform/services/compute/resource_compute_ha_vpn_gateway_labels_test.go @@ -1,6 +1,7 @@ package compute_test import ( + "fmt" "testing" "github.com/hashicorp/terraform-plugin-testing/helper/resource" @@ -48,7 +49,7 @@ func TestAccComputeHaVpnGateway_updateLabels(t *testing.T) { } func testAccComputeHaVpnGateway_updateLabels(suffix, key, value string) string { - return acctest.Nprintf(` + return fmt.Sprintf(` resource "google_compute_ha_vpn_gateway" "ha_gateway1" { region = "us-central1" name = "tf-test-ha-vpn-1%s"