From a69e71bd21357087d49c9c1ff7ffec07653392e2 Mon Sep 17 00:00:00 2001 From: Kartik Shah Date: Tue, 13 Feb 2024 15:08:03 +0530 Subject: [PATCH] chore: enable map apis (#157) --- modules/bootstrap/gcp/services.tf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/bootstrap/gcp/services.tf b/modules/bootstrap/gcp/services.tf index be6c686a..98b4a408 100644 --- a/modules/bootstrap/gcp/services.tf +++ b/modules/bootstrap/gcp/services.tf @@ -9,6 +9,9 @@ locals { "servicenetworking.googleapis.com", "sqladmin.googleapis.com", "bigqueryconnection.googleapis.com", + "maps-backend.googleapis.com", + "maps-embed-backend.googleapis.com", + "static-maps-backend.googleapis.com" ] }