github.com/loicalbertin/terraform@v0.6.15-0.20170626182346-8e2583055467/examples/azure-servicebus-create-topic-and-subscription/outputs.tf (about)

     1  output "Namespace Connection String" {
     2    value = "${azurerm_servicebus_namespace.test.default_primary_connection_string}"
     3  }
     4  
     5  output "Shared Access Policy PrimaryKey" {
     6    value = "${azurerm_servicebus_namespace.test.default_primary_key}"
     7  }