Skip to content

Commit

Permalink
chore(deps): Update Terraform terraform-google-modules/project-factor…
Browse files Browse the repository at this point in the history
…y/google to v18 (#156)
  • Loading branch information
renovate-bot authored Jan 23, 2025
1 parent fcff1d9 commit c98cb79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ module "kms_project" {
count = var.create_kms_project ? 1 : 0

source = "terraform-google-modules/project-factory/google"
version = "~> 17.0"
version = "~> 18.0"

project_id = var.kms_project_id
random_project_id = var.random_project_suffix
Expand All @@ -53,7 +53,7 @@ module "vpc_project" {
count = var.create_vpc_project ? 1 : 0

source = "terraform-google-modules/project-factory/google"
version = "~> 17.0"
version = "~> 18.0"

project_id = var.vpc_project_id
random_project_id = var.random_project_suffix
Expand Down
2 changes: 1 addition & 1 deletion test/setup/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

module "project_ci_kms" {
source = "terraform-google-modules/project-factory/google"
version = "~> 17.0"
version = "~> 18.0"

name = "ci-kms-module"
random_project_id = "true"
Expand Down

0 comments on commit c98cb79

Please # to comment.