Skip to content

Commit b4fc107

Browse files
feat!(deps): update tf modules
1 parent 6d2a9a6 commit b4fc107

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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 = "~> 5.1"
19+
version = "~> 6.0"
2020
project_id = var.project_id
2121
network_name = var.network_name
2222
routing_mode = "GLOBAL"

test/setup/main.tf

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

1717
module "project" {
1818
source = "terraform-google-modules/project-factory/google"
19-
version = "~> 13.0"
19+
version = "~> 14.0"
2020

2121
name = "ci-data-fusion"
2222
random_project_id = "true"

0 commit comments

Comments
 (0)