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