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 9f9581b commit d7723c4Copy full SHA for d7723c4
modules/data_warehouse/main.tf
@@ -16,7 +16,7 @@
16
17
module "project-services" {
18
source = "terraform-google-modules/project-factory/google//modules/project_services"
19
- version = "~> 17.0"
+ version = "~> 18.0"
20
disable_services_on_destroy = false
21
22
project_id = var.project_id
test/setup/main.tf
module "project" {
source = "terraform-google-modules/project-factory/google"
name = "ci-bigquery"
random_project_id = "true"
0 commit comments