We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4743f51 commit dab5597Copy full SHA for dab5597
examples/kubectl_wrapper_example/main.tf
@@ -20,7 +20,7 @@ locals {
20
21
module "enabled_google_apis" {
22
source = "terraform-google-modules/project-factory/google//modules/project_services"
23
- version = "~> 16.0"
+ version = "~> 17.0"
24
25
project_id = var.project_id
26
disable_services_on_destroy = false
test/setup/main.tf
@@ -16,7 +16,7 @@
16
17
module "project" {
18
source = "terraform-google-modules/project-factory/google"
19
name = "ci-gcloud"
random_project_id = "true"
0 commit comments