Skip to content

Commit

Permalink
Updating google versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jeeva-duplo committed Jun 25, 2024
1 parent 5fa18cf commit 05ac350
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions terraform/modules/galileo-gke/versions.tf
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
terraform {
required_version = ">=0.13"

required_providers {
google = {
source = "hashicorp/google"
version = ">= 4.36.0, < 5.0"
}
kubernetes = {
source = "hashicorp/kubernetes"
version = "~> 2.10"
}
}
}
terraform {
required_version = ">=0.13"

required_providers {
google = {
source = "hashicorp/google"
version = ">= 5.25.0, < 6.0"
}
kubernetes = {
source = "hashicorp/kubernetes"
version = "~> 2.10"
}
}
}

0 comments on commit 05ac350

Please sign in to comment.