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 a1452cb commit 02e4cbbCopy full SHA for 02e4cbb
test/setup/main.tf
@@ -64,7 +64,7 @@ locals {
64
65
module "project-ci-lb-http" {
66
source = "terraform-google-modules/project-factory/google"
67
- version = "~> 17.0"
+ version = "~> 18.0"
68
69
name = "ci-int-lb-http"
70
random_project_id = true
@@ -81,7 +81,7 @@ module "project-ci-lb-http" {
81
82
module "project-ci-lb-http-1" {
83
84
85
86
name = "ci-int-lb-http-1"
87
0 commit comments