Skip to content

Commit

Permalink
fix(deps): update terraform terraform-google-modules/project-factory/…
Browse files Browse the repository at this point in the history
…google to v14
  • Loading branch information
renovate[bot] authored Sep 11, 2023
1 parent 539c70f commit 6c929d4
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 "project" {
source = "terraform-google-modules/project-factory/google"
version = "~> 13.0"
version = "~> 14.0"

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

0 comments on commit 6c929d4

Please sign in to comment.