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.
2 parents 90aa1e5 + 18c5d25 commit c8412daCopy full SHA for c8412da
test/setup/main.tf
@@ -25,7 +25,7 @@ locals {
25
module "projects" {
26
count = local.num_projects
27
source = "terraform-google-modules/project-factory/google"
28
- version = "~> 16.0"
+ version = "~> 17.0"
29
30
name = "ci-tf-samples-${count.index}"
31
random_project_id = true
0 commit comments