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 7caf368
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion infrastructure/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ terraform {
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 5.40.0, != 5.44.0, !=6.2.0"
# 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 7caf368

Please sign in to comment.