azurerm_servicebus_subscription

    0

    0

    lucycodes42

    Terraform snippets

    The code creates a subscription to the service bus in the West US region. The name of the subscription is testSubscription and the namespace and topicname are both set to test. The location is also set to West US.

    Shortcut: tf_azurerm_servicebus_subscription

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