Skip to content

Commit 2a0c847

Browse files
fix(deps)!: Update Terraform terraform-google-modules/network/google to v8 (#73)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent db8106f commit 2a0c847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/private_network/main.tf

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

1717
module "vpc" {
1818
source = "terraform-google-modules/network/google"
19-
version = "~> 6.0"
19+
version = "~> 8.0"
2020
project_id = var.project_id
2121
network_name = var.network_name
2222
routing_mode = "GLOBAL"

0 commit comments

Comments
 (0)