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 3bfa506 commit fe54ac9Copy full SHA for fe54ac9
test/setup/main.tf
@@ -16,7 +16,7 @@
16
17
module "prod-project" {
18
source = "terraform-google-modules/project-factory/google"
19
- version = "~> 15.0"
+ version = "~> 17.0"
20
21
name = "ci-vpn"
22
random_project_id = true
@@ -32,7 +32,7 @@ module "prod-project" {
32
33
module "mgt-project" {
34
35
36
37
38
0 commit comments