Skip to content

Commit

Permalink
Hard-configuring machine type of dataproc cluster in nodeaffinity test (
Browse files Browse the repository at this point in the history
  • Loading branch information
NickElliot authored Nov 6, 2024
1 parent b5c5e3c commit 3e09d05
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1655,6 +1655,12 @@ resource "google_dataproc_cluster" "basic" {
region = "us-central1"

cluster_config {
master_config {
machine_type = "n1-standard-2"
}
worker_config {
machine_type = "n1-standard-2"
}
software_config {
image_version = "2.0.35-debian10"
}
Expand Down

0 comments on commit 3e09d05

Please sign in to comment.