We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c210c5 commit 1b141caCopy full SHA for 1b141ca
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 = "~> 15.0"
+ version = "~> 16.0"
29
30
name = "ci-tf-samples-${count.index}"
31
random_project_id = true
0 commit comments