Skip to content

Commit

Permalink
chore(deps): Update Terraform terraform-google-modules/network/google…
Browse files Browse the repository at this point in the history
… to v10
  • Loading branch information
renovate[bot] authored Dec 19, 2024
1 parent d88e0bf commit 798a4dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/mysql-private/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ locals {

module "network-safer-mysql-simple" {
source = "terraform-google-modules/network/google"
version = "~> 9.0"
version = "~> 10.0"

project_id = var.project_id
network_name = local.network_name
Expand Down

0 comments on commit 798a4dc

Please sign in to comment.