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 (#662)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed May 12, 2024
1 parent 9047d26 commit dfa70e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/setup/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ locals {
module "projects" {
count = local.num_projects
source = "terraform-google-modules/project-factory/google"
version = "~> 14.0"
version = "~> 15.0"

name = "ci-tf-samples-${count.index}"
random_project_id = true
Expand Down

0 comments on commit dfa70e9

Please sign in to comment.