azurerm_eventhub_namespace

    0

    0

    lucycodes42

    Terraform snippets

    This code defines the AcceptanceTestEventHubNamespace resource in the $MyResource namespace. The name of the resource is "acceptanceTestEventHubNamespace" and the location is West US. The resource group for this namespace is also test.name. The resource has a basic SKU and can hold up to 2 instances.

    Shortcut: tf_azurerm_eventhub_namespace

    resource "azurerm_eventhub_namespace" "${MyResource}" {
       name = "acceptanceTestEventHubNamespace"
       location = "West US"
       resource_group_name = "\${azurerm_resource_group.test.name}"
       sku = "Basic"
       capacity = 2
    }
    Codiga Logo
    Codiga Hub
    • Rulesets
    • Playground
    • Snippets
    • Cookbooks
    Legal
    • Security
    • Privacy Policy
    • Code Privacy
    • Terms of Service
    soc-2 icon

    We are SOC-2 Compliance Certified

    G2 high performer medal

    Codiga – All rights reserved 2022.