Skip to content

Commit

Permalink
fix: beta provider
Browse files Browse the repository at this point in the history
  • Loading branch information
gtsorbo committed Sep 20, 2024
1 parent a769d6f commit b23eeb0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/gh-runner-gke/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ terraform {
version = ">= 4.3.0, < 5.44"
}

google-beta = {
source = "hashicorp/google-beta"
version = ">= 4.3.0, < 5.44"
}

kubernetes = {
source = "hashicorp/kubernetes"
version = "~> 2.0"
Expand Down

0 comments on commit b23eeb0

Please sign in to comment.