Skip to content

Commit

Permalink
feat(deps): Update Terraform Google Provider to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 30, 2024
1 parent 387996d commit 8c72552
Show file tree
Hide file tree
Showing 14 changed files with 27 additions and 27 deletions.
4 changes: 2 additions & 2 deletions examples/standalone/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 4.61.0, < 5.0"
version = ">= 4.61.0, < 6.5"
}

google-beta = {
source = "hashicorp/google-beta"
version = "< 5.0"
version = "< 6.5"
}

null = {
Expand Down
4 changes: 2 additions & 2 deletions modules/data-governance-sa/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ terraform {

google = {
source = "hashicorp/google"
version = ">= 4.61.0, < 5.0"
version = ">= 4.61.0, < 6.5"
}

google-beta = {
source = "hashicorp/google-beta"
version = "< 5.0"
version = "< 6.5"
}

null = {
Expand Down
4 changes: 2 additions & 2 deletions modules/data-governance/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ terraform {

google = {
source = "hashicorp/google"
version = ">= 4.61.0, < 5.0"
version = ">= 4.61.0, < 6.5"
}

google-beta = {
source = "hashicorp/google-beta"
version = "< 5.0"
version = "< 6.5"
}

null = {
Expand Down
4 changes: 2 additions & 2 deletions modules/data-ingestion-sa/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ terraform {

google = {
source = "hashicorp/google"
version = ">= 4.61.0, < 5.0"
version = ">= 4.61.0, < 6.5"
}

google-beta = {
source = "hashicorp/google-beta"
version = "< 5.0"
version = "< 6.5"
}

null = {
Expand Down
4 changes: 2 additions & 2 deletions modules/data-ingestion/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ terraform {

google = {
source = "hashicorp/google"
version = ">= 4.61.0, < 5.0"
version = ">= 4.61.0, < 6.5"
}

google-beta = {
source = "hashicorp/google-beta"
version = "< 5.0"
version = "< 6.5"
}

null = {
Expand Down
4 changes: 2 additions & 2 deletions modules/data/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ terraform {

google = {
source = "hashicorp/google"
version = ">= 4.61.0, < 5.0"
version = ">= 4.61.0, < 6.5"
}

google-beta = {
source = "hashicorp/google-beta"
version = "< 5.0"
version = "< 6.5"
}

null = {
Expand Down
4 changes: 2 additions & 2 deletions modules/dlp-scanner/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ terraform {

google = {
source = "hashicorp/google"
version = ">= 4.61.0, < 5.0"
version = ">= 4.61.0, < 6.5"
}

google-beta = {
source = "hashicorp/google-beta"
version = "< 5.0"
version = "< 6.5"
}
}
}
4 changes: 2 additions & 2 deletions modules/harness-artifact-registry/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 4.61.0, < 5.0"
version = ">= 4.61.0, < 6.5"
}

google-beta = {
source = "hashicorp/google-beta"
version = "< 5.0"
version = "< 6.5"
}

random = {
Expand Down
4 changes: 2 additions & 2 deletions modules/harness-logging/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ terraform {

google = {
source = "hashicorp/google"
version = ">= 4.61.0, < 5.0"
version = ">= 4.61.0, < 6.5"
}

google-beta = {
source = "hashicorp/google-beta"
version = "< 5.0"
version = "< 6.5"
}

null = {
Expand Down
4 changes: 2 additions & 2 deletions modules/harness-projects/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 4.61.0, < 5.0"
version = ">= 4.61.0, < 6.5"
}

google-beta = {
source = "hashicorp/google-beta"
version = "< 5.0"
version = "< 6.5"
}

random = {
Expand Down
2 changes: 1 addition & 1 deletion modules/organization-policies/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 4.61.0, < 5.0"
version = ">= 4.61.0, < 6.5"
}
}

Expand Down
4 changes: 2 additions & 2 deletions modules/vpc-sc-config/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ terraform {

google = {
source = "hashicorp/google"
version = ">= 4.61.0, < 5.0"
version = ">= 4.61.0, < 6.5"
}

google-beta = {
source = "hashicorp/google-beta"
version = "< 5.0"
version = "< 6.5"
}

null = {
Expand Down
4 changes: 2 additions & 2 deletions test/fixtures/standalone/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ terraform {

google = {
source = "hashicorp/google"
version = ">= 4.61.0, < 5.0"
version = ">= 4.61.0, < 6.5"
}

google-beta = {
source = "hashicorp/google-beta"
version = "< 5.0"
version = "< 6.5"
}

null = {
Expand Down
4 changes: 2 additions & 2 deletions versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 4.61.0, < 5.0"
version = ">= 4.61.0, < 6.5"
}

google-beta = {
source = "hashicorp/google-beta"
version = "< 5.0"
version = "< 6.5"
}

null = {
Expand Down

0 comments on commit 8c72552

Please sign in to comment.