Skip to content

Commit 895ea3c

Browse files
chore(deps): Update Terraform terraform-google-modules/network/google to v11 (#2373)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 486d17a commit 895ea3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/confidential_autopilot_private/network.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
module "gcp-network" {
1818
source = "terraform-google-modules/network/google"
19-
version = "~> 10.0"
19+
version = "~> 11.0"
2020

2121
project_id = var.project_id
2222
network_name = local.network_name

0 commit comments

Comments
 (0)