github.com/vic3lord/terraform@v0.8.0-rc1.0.20170626102919-16c6dd2cb372/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  }