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 v15 (#24)
  • Loading branch information
renovate-bot authored May 10, 2024
1 parent 7251933 commit df24b3b
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 = "~> 14.0"
version = "~> 15.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 = "~> 14.0"
version = "~> 15.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 = "~> 14.5"
version = "~> 15.0"

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

0 comments on commit df24b3b

Please sign in to comment.