We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c600e97 commit aaba186Copy full SHA for aaba186
test/setup/main.tf
@@ -45,7 +45,7 @@ module "jenkins_svpc_host_project" {
45
enable the Shared VPC feature for a created project, assigning it as a Shared VPC host project. */
46
module "jenkins_network" {
47
source = "terraform-google-modules/network/google"
48
- version = "~> 1.5.0"
+ version = "~> 9.2.0"
49
project_id = module.jenkins_svpc_host_project.project_id
50
network_name = "jenkins-network-${random_id.folder_rand.hex}"
51
shared_vpc_host = true
0 commit comments