From 38c87debde01c5f0f9a3aa0020daf1914615bbdb Mon Sep 17 00:00:00 2001 From: Artem Bogdantsev Date: Fri, 23 Aug 2024 18:39:21 +0200 Subject: [PATCH] project-cmek-smallfix (#2517) A nasty typo which causes the module to crash --- 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 16615fad15..a8329efff5 100644 --- a/modules/project/cmek.tf +++ b/modules/project/cmek.tf @@ -43,7 +43,7 @@ locals { "datastream.googleapis.com" : ["datastream"] "dialogflow.googleapis.com" : ["dialogflow-cmek"] "file.googleapis.com" : ["cloud-filer"] - "pubsub.googleapis.com" : ["pubusb"] + "pubsub.googleapis.com" : ["pubsub"] "secretmanager.googleapis.com" : ["secretmanager"] "spanner.googleapis.com" : ["spanner"] "sqladmin.googleapis.com" : ["cloud-sql"]