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

Commit 191ef0f

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

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
@@ -23,7 +23,7 @@ terraform {
2323
required_providers {
2424
google = {
2525
source = "hashicorp/google"
26-
version = "~> 7.23.0"
26+
version = "~> 7.24.0"
2727
}
2828
google-beta = {
2929
source = "hashicorp/google-beta"

0 commit comments

Comments
 (0)