We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8e8da8 commit 1a9af84Copy full SHA for 1a9af84
modules/integrations/pub-sub/main.tf
@@ -73,7 +73,7 @@ resource "google_project_iam_audit_config" "audit_config" {
73
# Ingestion Topic
74
#-----------------------------------------------------------------------------------------
75
resource "google_pubsub_topic" "ingestion_topic" {
76
- name = "ingestion_topic"
+ name = "ingestion_topic${local.suffix}"
77
labels = var.labels
78
project = var.project_id
79
message_retention_duration = var.message_retention_duration
0 commit comments