Skip to content

Commit

Permalink
fix: avoid TPG v4.49.0
Browse files Browse the repository at this point in the history
Fixes #1533
  • Loading branch information
apeabody committed Jan 18, 2023
1 parent 912da8c commit 2b14b7e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions modules/auth/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@

terraform {
required_version = ">= 0.13.0"
required_providers {
google = {
source = "hashicorp/google"
# Avoid v4.49.0 for https://github.com/hashicorp/terraform-provider-google/issues/13507
version = ">= 4.47.0, != 4.49.0, < 5.0"
}
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-kubernetes-engine:auth/v24.1.0"
Expand Down

0 comments on commit 2b14b7e

Please sign in to comment.