Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cynicphoenix committed Jan 30, 2025
1 parent 74c4a47 commit 484a8e7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package compute_test

import (
"fmt"
"testing"

"github.com/hashicorp/terraform-plugin-testing/helper/resource"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 484a8e7

Please sign in to comment.