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 6711c2c commit 022426eCopy full SHA for 022426e
test/setup/main.tf
@@ -20,7 +20,7 @@ resource "random_id" "random_project_id_suffix" {
20
21
module "address_module" {
22
source = "terraform-google-modules/project-factory/google"
23
- version = "~> 17.0"
+ version = "~> 18.0"
24
25
name = "ci-address-${random_id.random_project_id_suffix.hex}"
26
random_project_id = true
0 commit comments