Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
Change-Id: I61db44be22cc2a82513a700f1f8f1360596c913e
  • Loading branch information
Gen Lu committed Sep 11, 2024
1 parent 8d2a77c commit 3307f40
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions infrastructure/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ terraform {
source = "hashicorp/google"
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 5.40.0, != 5.44.0, !=6.2.0"
source = "hashicorp/google-beta"
# Creating Autopilot using GKE submodule is broken in v6.2.0.
version = ">= 5.40.0, !=6.2.0"
}
helm = {
source = "hashicorp/helm"
Expand Down

0 comments on commit 3307f40

Please sign in to comment.