You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/10/20 12:30:30 UTC

[camel-kamelets-examples] 02/03: Azure Schema Registry: Generic namespace

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch kafka-azure-schema-fixed
in repository https://gitbox.apache.org/repos/asf/camel-kamelets-examples.git

commit 54ecd1cc710197c40d0f5b032f22432fe3155f11
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Oct 20 14:20:20 2023 +0200

    Azure Schema Registry: Generic namespace
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 jbang/azure-eventhubs-kafka-azure-schema-registry/main.tf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jbang/azure-eventhubs-kafka-azure-schema-registry/main.tf b/jbang/azure-eventhubs-kafka-azure-schema-registry/main.tf
index 8337e17..ba4fe6d 100644
--- a/jbang/azure-eventhubs-kafka-azure-schema-registry/main.tf
+++ b/jbang/azure-eventhubs-kafka-azure-schema-registry/main.tf
@@ -39,7 +39,7 @@ resource "azurerm_resource_group" "example" {
 
 # Eventhubs Namepsace.
 resource "azurerm_eventhub_namespace" "example" {
-  name                = "example-test12345-namespace"
+  name                = "example-namespace"
   location            = azurerm_resource_group.example.location
   resource_group_name = azurerm_resource_group.example.name
   sku                 = "Standard"