Skip to content

Commit d585501

Browse files
fix(deps)!: Update Terraform terraform-google-modules/network/google to v13
1 parent b143a1e commit d585501

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

04-Instance-Group/network.tf

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

1717
module "network" {
1818
source = "terraform-google-modules/network/google"
19-
version = "~> 7.0"
19+
version = "~> 13.0"
2020
project_id = module.project_iam_bindings.projects[0]
2121
network_name = "lab04-vpc"
2222
routing_mode = "GLOBAL"

05-Load-Balancer/network.tf

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

1717
module "network" {
1818
source = "terraform-google-modules/network/google"
19-
version = "~> 7.0"
19+
version = "~> 13.0"
2020
project_id = module.project_iam_bindings.projects[0]
2121
network_name = "lab05-vpc"
2222
routing_mode = "GLOBAL"

other/terraform-codelab/lab-networking/network.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# # Create the network
1818
module "vpc" {
1919
source = "terraform-google-modules/network/google"
20-
version = "~> 7.0"
20+
version = "~> 13.0"
2121

2222
# Give the network a name and project
2323
project_id = google_project_service.compute.project

0 commit comments

Comments
 (0)