Skip to content

Commit e8ac051

Browse files
committed
Fixup image uri test
1 parent f110dbe commit e8ac051

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mmv1/third_party/terraform/services/dataproc/resource_dataproc_cluster_test.go.tmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ func TestAccDataprocCluster_withConfidentialCompute(t *testing.T) {
264264
networkName := acctest.BootstrapSharedTestNetwork(t, "dataproc-cluster")
265265
subnetworkName := acctest.BootstrapSubnet(t, "dataproc-cluster", networkName)
266266
acctest.BootstrapFirewallForDataprocSharedNetwork(t, "dataproc-cluster", networkName)
267-
imageUri := "projects/cloud-dataproc/global/images/dataproc-2-1-ubu20-20241026-165100-rc01"
267+
imageUri := "https://www.googleapis.com/compute/v1/projects/cloud-dataproc/global/images/dataproc-2-1-ubu20-20241026-165100-rc01"
268268

269269
acctest.VcrTest(t, resource.TestCase{
270270
PreCheck: func() { acctest.AccTestPreCheck(t) },

0 commit comments

Comments
 (0)