Skip to content

Commit

Permalink
pin google version to v6.10 until fix in bootstrap module
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-cit committed Nov 11, 2024
1 parent 46cab67 commit 07ef96e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion 0-bootstrap/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,13 @@ terraform {
google = {
// version 4.31.0 removed because of issue https://github.com/hashicorp/terraform-provider-google/issues/12226
source = "hashicorp/google"
version = ">= 3.50, != 4.31.0"
version = ">= 3.50, != 4.31.0, <= 6.10"
}

google-beta = {
// version 4.31.0 removed because of issue https://github.com/hashicorp/terraform-provider-google/issues/12226
source = "hashicorp/google-beta"
version = ">= 3.50, != 4.31.0, <= 6.10"
}

// Un-comment gitlab required_providers when using gitlab CI/CD
Expand Down

0 comments on commit 07ef96e

Please sign in to comment.