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] authored Sep 13, 2024
1 parent 6726968 commit df0c56e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions modules/dynamic_backends/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ terraform {

google = {
source = "hashicorp/google"
version = ">= 4.84, < 6"
version = ">= 4.84, < 7"
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 4.84, < 6"
version = ">= 4.84, < 7"
}
random = {
source = "hashicorp/random"
Expand Down
4 changes: 2 additions & 2 deletions modules/serverless_negs/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ terraform {

google = {
source = "hashicorp/google"
version = ">= 4.84, < 6"
version = ">= 4.84, < 7"
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 4.84, < 6"
version = ">= 4.84, < 7"
}
random = {
source = "hashicorp/random"
Expand Down
4 changes: 2 additions & 2 deletions versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ terraform {

google = {
source = "hashicorp/google"
version = ">= 4.84, < 6"
version = ">= 4.84, < 7"
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 4.84, < 6"
version = ">= 4.84, < 7"
}
random = {
source = "hashicorp/random"
Expand Down

0 comments on commit df0c56e

Please sign in to comment.