Skip to content

Commit 62470d2

Browse files
chore(deps): update tf modules (#65)
1 parent 3b82307 commit 62470d2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

test/setup/main.tf

Lines changed: 2 additions & 2 deletions
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-composer"
2222
random_project_id = "true"
@@ -44,7 +44,7 @@ module "project" {
4444

4545
module "service_project" {
4646
source = "terraform-google-modules/project-factory/google"
47-
version = "~> 13.0"
47+
version = "~> 14.0"
4848

4949
name = "ci-composer-service"
5050
random_project_id = "true"

test/setup/vpc.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ resource "random_string" "suffix" {
2424
*****************************************/
2525
module "shared_vpc" {
2626
source = "terraform-google-modules/network/google"
27-
version = "~> 4.0"
27+
version = "~> 5.0"
2828

2929
project_id = module.project.project_id
3030
network_name = "composer-network-${random_string.suffix.result}"

0 commit comments

Comments
 (0)