From 1331e5655bfee9f0c707ad44d89094c89635295a Mon Sep 17 00:00:00 2001 From: Artem Bogdantsev Date: Fri, 23 Aug 2024 19:16:17 +0200 Subject: [PATCH] project-module-cmek (#2518) Yet another typo was found --- modules/project/cmek.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/project/cmek.tf b/modules/project/cmek.tf index a8329efff5..9cf83a6b54 100644 --- a/modules/project/cmek.tf +++ b/modules/project/cmek.tf @@ -37,7 +37,7 @@ locals { "dataform.googleapis.com" : ["dataform"] "datafusion.googleapis.com" : [ "datafusion", "compute", "storage", "dataproc", - "pubusb", "spanner" # these 2 are optional + "pubsub", "spanner" # these 2 are optional ] "dataproc.googleapis.com" : ["dataproc"] "datastream.googleapis.com" : ["datastream"]