Skip to content

Commit

Permalink
Update versions.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
apeabody authored Nov 5, 2024
1 parent 8e389a5 commit 99daf42
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions examples/gh-runner-gke-dind/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,11 @@

terraform {
required_providers {
# TODO: undo version constraint pending provider bug
# https://github.com/GoogleCloudPlatform/magic-modules/pull/11688
google = {
source = "hashicorp/google"
version = ">= 4.3.0, < 6.10"
source = "hashicorp/google"
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 4.3.0, < 6.10"
source = "hashicorp/google-beta"
}
kubernetes = {
source = "hashicorp/kubernetes"
Expand Down

0 comments on commit 99daf42

Please sign in to comment.