azurerm_servicebus_topic

    0

    0

    lucycodes42

    Terraform snippets

    This code creates a new service bus topic called "testTopic" in the "test" namespace and located in the West US region.

    Shortcut: tf_azurerm_servicebus_topic

    resource "azurerm_servicebus_topic" "${MyResource}" {
       name = "testTopic"
       resource_group_name = "\${azurerm_resource_group.test.name}"
       namespace_name = "\${azurerm_servicebus_namespace.test.name}"
       location = "West US"
       enable_partitioning = true
    }
    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.