Skip to content

Commit 6e6ee8f

Browse files
NickElliotakshat-jindal-nit
authored andcommitted
Hard-configuring machine type of dataproc cluster in nodeaffinity test (GoogleCloudPlatform#12215)
1 parent c6242ab commit 6e6ee8f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

+6
Original file line numberDiff line numberDiff line change
@@ -1655,6 +1655,12 @@ resource "google_dataproc_cluster" "basic" {
16551655
region = "us-central1"
16561656

16571657
cluster_config {
1658+
master_config {
1659+
machine_type = "n1-standard-2"
1660+
}
1661+
worker_config {
1662+
machine_type = "n1-standard-2"
1663+
}
16581664
software_config {
16591665
image_version = "2.0.35-debian10"
16601666
}

0 commit comments

Comments
 (0)