Skip to content

Commit

Permalink
chore(deps): Update TF modules
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 12, 2024
1 parent bbf58bb commit 5d7d1c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 = "~> 14.0"
name = "ci-jenkins-svpc-host"
random_project_id = true
org_id = var.org_id
Expand All @@ -45,7 +45,7 @@ module "jenkins_svpc_host_project" {
enable the Shared VPC feature for a created project, assigning it as a Shared VPC host project. */
module "jenkins_network" {
source = "terraform-google-modules/network/google"
version = "~> 1.5.0"
version = "~> 9.0.0"
project_id = module.jenkins_svpc_host_project.project_id
network_name = "jenkins-network-${random_id.folder_rand.hex}"
shared_vpc_host = true
Expand Down

0 comments on commit 5d7d1c4

Please sign in to comment.