Skip to content

Commit

Permalink
feat(deps): Update Terraform Google Provider to v6 (major) (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Sep 10, 2024
1 parent 9dfe00a commit 5b3a2bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/gar_docker_repo/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 5.26.0, < 6"
version = ">= 5.26.0, < 7"
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 5.26.0, < 6"
version = ">= 5.26.0, < 7"
}
}
required_version = ">= 0.13"
Expand Down
4 changes: 2 additions & 2 deletions versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 5.26.0, < 6"
version = ">= 5.26.0, < 7"
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 5.26.0, < 6"
version = ">= 5.26.0, < 7"
}
}

Expand Down

0 comments on commit 5b3a2bd

Please sign in to comment.