Skip to content

Commit 1a9af84

Browse files
enhance(modular): add unique naming for ingestion_topic name
1 parent d8e8da8 commit 1a9af84

File tree

1 file changed

+1
-1
lines changed
  • modules/integrations/pub-sub

1 file changed

+1
-1
lines changed

modules/integrations/pub-sub/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ resource "google_project_iam_audit_config" "audit_config" {
7373
# Ingestion Topic
7474
#-----------------------------------------------------------------------------------------
7575
resource "google_pubsub_topic" "ingestion_topic" {
76-
name = "ingestion_topic"
76+
name = "ingestion_topic${local.suffix}"
7777
labels = var.labels
7878
project = var.project_id
7979
message_retention_duration = var.message_retention_duration

0 commit comments

Comments
 (0)