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 7c9f928 commit 958703aCopy full SHA for 958703a
test/setup/main.tf
@@ -16,7 +16,7 @@
16
17
module "project-ci-lb-http" {
18
source = "terraform-google-modules/project-factory/google"
19
- version = "~> 17.0"
+ version = "~> 18.0"
20
21
name = "ci-int-lb-http"
22
random_project_id = true
@@ -41,7 +41,7 @@ module "project-ci-lb-http" {
41
42
module "project-ci-lb-http-1" {
43
44
45
46
name = "ci-int-lb-http-1"
47
0 commit comments