about summary refs log tree commit diff
path: root/infra
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2019-08-25T16·47+0100
committerVincent Ambo <tazjin@google.com>2019-08-25T16·47+0100
commit155f17173b92c892ecd1dbd6af1c9141c6912e33 (patch)
tree1c04d0d93c42bcb52f0c4d3744974439d01179d4 /infra
parentd3f8dd15f3eb1e81eb0bdfeaed5b26550eca22f2 (diff)
chore(gcp): Enable Cloud DNS service r/58
Diffstat (limited to 'infra')
-rw-r--r--infra/gcp/default.tf1
1 files changed, 1 insertions, 0 deletions
diff --git a/infra/gcp/default.tf b/infra/gcp/default.tf
index 8174dc2515..677e737a24 100644
--- a/infra/gcp/default.tf
+++ b/infra/gcp/default.tf
@@ -29,6 +29,7 @@ resource "google_project_services" "primary" {
     "clouddebugger.googleapis.com",
     "cloudtrace.googleapis.com",
     "datastore.googleapis.com",
+    "dns.googleapis.com",
     "logging.googleapis.com",
     "monitoring.googleapis.com",
     "servicemanagement.googleapis.com",