Skip to content

Commit eeae805

Browse files
chore(deps): Update Terraform terraform-google-modules/project-factory/google to v18
1 parent f38c80e commit eeae805

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/setup/main.tf

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

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

2121
name = "ci-vpn"
2222
random_project_id = true
@@ -32,7 +32,7 @@ module "prod-project" {
3232

3333
module "mgt-project" {
3434
source = "terraform-google-modules/project-factory/google"
35-
version = "~> 17.0"
35+
version = "~> 18.0"
3636

3737
name = "ci-vpn"
3838
random_project_id = true

0 commit comments

Comments
 (0)