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 v16
  • Loading branch information
renovate[bot] authored Aug 23, 2024
1 parent 50e889f commit dd08e9e
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 @@ -20,7 +20,7 @@ resource "random_id" "random_project_id_suffix" {

module "training-project" {
source = "terraform-google-modules/project-factory/google"
version = "~> 14.0"
version = "~> 16.0"

name = "ci-training-${random_id.random_project_id_suffix.hex}"
random_project_id = true
Expand Down

0 comments on commit dd08e9e

Please sign in to comment.