We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d59d47a commit d3518caCopy full SHA for d3518ca
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 = "~> 13.0.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