about summary refs log tree commit diff
path: root/ops
diff options
context:
space:
mode:
authorVincent Ambo <Vincent Ambo>2020-01-18T12·43+0000
committerVincent Ambo <Vincent Ambo>2020-01-18T12·43+0000
commita21be17719d95e75036e6423fb623a9914d2fbd5 (patch)
treed62ce729201ce77556f62a38b61ab7649eaee752 /ops
parentd9316cfbee0cee0aa3e431e9ad705f6928e4a5a2 (diff)
chore(ops/infra/gcp): Update enabled GCP APIs r/404
Diffstat (limited to 'ops')
-rw-r--r--ops/infra/gcp/default.tf5
1 files changed, 5 insertions, 0 deletions
diff --git a/ops/infra/gcp/default.tf b/ops/infra/gcp/default.tf
index 2cb57836fa..d2e31090b5 100644
--- a/ops/infra/gcp/default.tf
+++ b/ops/infra/gcp/default.tf
@@ -3,6 +3,7 @@
 provider "google" {
   project = "tazjins-infrastructure"
   region  = "europe-north1"
+  version = "~> 2.20"
 }
 
 # Configure a storage bucket in which to keep Terraform state and
@@ -26,6 +27,7 @@ resource "google_project_services" "primary" {
     "bigquery-json.googleapis.com",
     "bigquerystorage.googleapis.com",
     "cloudapis.googleapis.com",
+    "cloudbuild.googleapis.com",
     "clouddebugger.googleapis.com",
     "cloudfunctions.googleapis.com",
     "cloudkms.googleapis.com",
@@ -34,7 +36,9 @@ resource "google_project_services" "primary" {
     "container.googleapis.com",
     "containerregistry.googleapis.com",
     "datastore.googleapis.com",
+    "distance-matrix-backend.googleapis.com",
     "dns.googleapis.com",
+    "gmail.googleapis.com",
     "iam.googleapis.com",
     "iamcredentials.googleapis.com",
     "logging.googleapis.com",
@@ -42,6 +46,7 @@ resource "google_project_services" "primary" {
     "oslogin.googleapis.com",
     "pubsub.googleapis.com",
     "run.googleapis.com",
+    "secretmanager.googleapis.com",
     "servicemanagement.googleapis.com",
     "serviceusage.googleapis.com",
     "sourcerepo.googleapis.com",