Skip to content

Commit ac6aae2

Browse files
chore(deps): Update Terraform terraform-google-modules/network/google to v10 (#681)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d88e0bf commit ac6aae2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/mysql-private/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ locals {
2929

3030
module "network-safer-mysql-simple" {
3131
source = "terraform-google-modules/network/google"
32-
version = "~> 9.0"
32+
version = "~> 10.0"
3333

3434
project_id = var.project_id
3535
network_name = local.network_name

0 commit comments

Comments
 (0)