We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c07d42e commit 23446d6Copy full SHA for 23446d6
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 = "~> 15.0"
+ version = "~> 17.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