Skip to content

Commit

Permalink
[CI] Bump GCP provider version
Browse files Browse the repository at this point in the history
I was running into some API errors, and bumping to the latest version seems to
fix them. We were using a pretty old version, so that would make sense.
  • Loading branch information
boomanaiden154 committed Jan 23, 2025
1 parent 0c46234 commit af0a127
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions premerge/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "4.51.0"
version = "6.17.0"
}
}
}
Expand Down Expand Up @@ -83,11 +83,11 @@ resource "google_container_node_pool" "llvm_premerge_linux" {

node_config {
machine_type = "n2-standard-64"
taint = [{
taint {
key = "premerge-platform"
value = "linux"
effect = "NO_SCHEDULE"
}]
}
labels = {
"premerge-platform" : "linux"
}
Expand Down

0 comments on commit af0a127

Please sign in to comment.