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 682f1bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 4.47.0, < 5.0"
# Avoid v4.49.0 for https://github.com/hashicorp/terraform-provider-google/issues/13507
version = ">= 4.47.0, != 4.49.0, < 5.0"
}
kubernetes = {
source = "hashicorp/kubernetes"
Expand Down

0 comments on commit 682f1bc

Please sign in to comment.