Skip to content

Commit aaba186

Browse files
chore(deps): Update Terraform terraform-google-modules/network/google to v9
1 parent c600e97 commit aaba186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/setup/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ module "jenkins_svpc_host_project" {
4545
enable the Shared VPC feature for a created project, assigning it as a Shared VPC host project. */
4646
module "jenkins_network" {
4747
source = "terraform-google-modules/network/google"
48-
version = "~> 1.5.0"
48+
version = "~> 9.2.0"
4949
project_id = module.jenkins_svpc_host_project.project_id
5050
network_name = "jenkins-network-${random_id.folder_rand.hex}"
5151
shared_vpc_host = true

0 commit comments

Comments
 (0)