Skip to content

Commit

Permalink
Correct variable names in test
Browse files Browse the repository at this point in the history
  • Loading branch information
rnicoll committed Aug 24, 2023
1 parent ac8c410 commit fd0ab23
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3467,7 +3467,7 @@ resource "google_container_node_pool" "np" {
}
}
}
`, cluster, np)
`, clusterName, npName)
}

func testAccContainerNodePool_disableConfidentialNodes(clusterName string, npName string) string {
Expand Down

0 comments on commit fd0ab23

Please sign in to comment.