Skip to content

Commit

Permalink
Fix GKE workflow (#2298)
Browse files Browse the repository at this point in the history
Co-authored-by: Aleksandr Rybolovlev <[email protected]>
  • Loading branch information
sheneska and arybolovlev authored Oct 10, 2023
1 parent dff5275 commit 1ddc122
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 2 additions & 0 deletions kubernetes/test-infra/gke/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ resource "google_container_cluster" "primary" {
]
}
}

deletion_protection = false
}

locals {
Expand Down
9 changes: 8 additions & 1 deletion kubernetes/test-infra/gke/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,12 @@


terraform {
required_version = ">= 0.12"
required_version = ">= 1.0"

required_providers {
google = {
source = "hashicorp/google"
version = ">= 5.0.0, < 6.0.0"
}
}
}

0 comments on commit 1ddc122

Please sign in to comment.