Skip to content

Commit

Permalink
Remove version pinning.
Browse files Browse the repository at this point in the history
  • Loading branch information
Harwayne committed Oct 9, 2024
1 parent 9d07c34 commit 29ea815
Showing 1 changed file with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1449,10 +1449,6 @@ resource "google_dataproc_cluster" "accelerated_cluster" {
region = "us-central1"

cluster_config {
software_config {
image_version = "2.0.35-debian10"
}

gce_cluster_config {
subnetwork = "%s"
zone = "%s"
Expand Down Expand Up @@ -1725,9 +1721,6 @@ resource "google_dataproc_cluster" "basic" {
region = "us-central1"

cluster_config {
software_config {
image_version = "2.0.35-debian10"
}
gce_cluster_config {
subnetwork = "%s"
zone = "us-central1-f"
Expand Down Expand Up @@ -1843,7 +1836,6 @@ resource "google_dataproc_cluster" "with_init_action" {

# Keep the costs down with smallest config we can get away with
software_config {
image_version = "2.0.35-debian10"
override_properties = {
"dataproc:dataproc.allow.zero.workers" = "true"
}
Expand Down Expand Up @@ -2120,7 +2112,6 @@ resource "google_dataproc_cluster" "with_bucket" {

# Keep the costs down with smallest config we can get away with
software_config {
image_version = "2.0.35-debian10"
override_properties = {
"dataproc:dataproc.allow.zero.workers" = "true"
}
Expand Down Expand Up @@ -2154,7 +2145,6 @@ resource "google_dataproc_cluster" "with_bucket" {

# Keep the costs down with smallest config we can get away with
software_config {
image_version = "2.0.35-debian10"
override_properties = {
"dataproc:dataproc.allow.zero.workers" = "true"
}
Expand Down Expand Up @@ -2424,7 +2414,6 @@ resource "google_dataproc_cluster" "with_service_account" {
cluster_config {
# Keep the costs down with smallest config we can get away with
software_config {
image_version = "2.0.35-debian10"
override_properties = {
"dataproc:dataproc.allow.zero.workers" = "true"
}
Expand Down

0 comments on commit 29ea815

Please sign in to comment.