Skip to content

Commit

Permalink
feat(deps): Update Terraform google-beta to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 26, 2024
1 parent b349bf8 commit 8c44d21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/data_warehouse/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ terraform {
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 4.52, < 6"
version = ">= 4.52, < 7"
}
archive = {
source = "hashicorp/archive"
Expand Down
2 changes: 1 addition & 1 deletion modules/data_warehouse/workflow_polling/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ terraform {
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 4.52, < 6"
version = ">= 4.52, < 7"
}
archive = {
source = "hashicorp/archive"
Expand Down

0 comments on commit 8c44d21

Please sign in to comment.