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 a8120bc commit d492c10Copy full SHA for d492c10
.github/terraform/main.tf
@@ -32,7 +32,7 @@ terraform {
32
# Enable Google Cloud APIs.
33
module "enable_google_apis" {
34
source = "terraform-google-modules/project-factory/google//modules/project_services"
35
- version = "~> 17.0"
+ version = "~> 18.0"
36
disable_services_on_destroy = false
37
activate_apis = [
38
"cloudresourcemanager.googleapis.com",
terraform/main.tf
@@ -27,7 +27,7 @@ locals {
27
# Enable Google Cloud APIs
28
29
30
31
project_id = var.gcp_project_id
0 commit comments