Skip to content
This repository was archived by the owner on Mar 30, 2026. It is now read-only.

Commit b3d221f

Browse files
chore(deps): Update hashicorp/google-beta requirement from ~> 7.23.0 to ~> 7.24.0
Updates the requirements on [hashicorp/google-beta](https://github.com/hashicorp/terraform-provider-google-beta) to permit the latest version. - [Release notes](https://github.com/hashicorp/terraform-provider-google-beta/releases) - [Changelog](https://github.com/hashicorp/terraform-provider-google-beta/blob/main/CHANGELOG.md) - [Commits](hashicorp/terraform-provider-google-beta@v7.23.0...v7.24.0) --- updated-dependencies: - dependency-name: hashicorp/google-beta dependency-version: 7.24.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f7046de commit b3d221f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/terraform/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ terraform {
2727
}
2828
google-beta = {
2929
source = "hashicorp/google-beta"
30-
version = "~> 7.23.0"
30+
version = "~> 7.24.0"
3131
}
3232
}
3333
backend "gcs" {

0 commit comments

Comments
 (0)