We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36d22b0 commit 1a625e3Copy full SHA for 1a625e3
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 = "~> 17.0"
+ version = "~> 18.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