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 v17
  • Loading branch information
renovate[bot] authored Sep 22, 2024
1 parent c600e97 commit 93f3c47
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 @@ -26,7 +26,7 @@ resource "google_folder" "ci_jenkins_folder" {
// Create Shared VPC host and service projects to test shared vpc example.
module "jenkins_svpc_host_project" {
source = "terraform-google-modules/project-factory/google"
version = "~> 3.0"
version = "~> 17.0"
name = "ci-jenkins-svpc-host"
random_project_id = true
org_id = var.org_id
Expand Down

0 comments on commit 93f3c47

Please sign in to comment.