Skip to content

Commit

Permalink
chore(deps): lock file maintenance terraform
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 12, 2024
1 parent df5e0ed commit 7449faa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions deployment/terraform/environments/oss-vdb-test/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "~> 5.44.0"
version = "~> 5.45.0"
}
google-beta = {
source = "hashicorp/google-beta"
version = "~> 5.44.0"
version = "~> 5.45.0"
}
external = {
source = "hashicorp/external"
Expand Down
4 changes: 2 additions & 2 deletions deployment/terraform/environments/oss-vdb/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "~> 5.44.0"
version = "~> 5.45.0"
}
google-beta = {
source = "hashicorp/google-beta"
version = "~> 5.44.0"
version = "~> 5.45.0"
}
external = {
source = "hashicorp/external"
Expand Down

0 comments on commit 7449faa

Please sign in to comment.