Skip to content

Commit 022426e

Browse files
chore(deps): Update Terraform terraform-google-modules/project-factory/google to v18 (#152)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6711c2c commit 022426e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/setup/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ resource "random_id" "random_project_id_suffix" {
2020

2121
module "address_module" {
2222
source = "terraform-google-modules/project-factory/google"
23-
version = "~> 17.0"
23+
version = "~> 18.0"
2424

2525
name = "ci-address-${random_id.random_project_id_suffix.hex}"
2626
random_project_id = true

0 commit comments

Comments
 (0)