Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): Update TF modules (major) - autoclosed #63

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading