|
4 | 4 |
|
5 | 5 | The following input variables are required: |
6 | 6 |
|
| 7 | +### <a name="input_private_endpoint_properties"></a> [private\_endpoint\_properties](#input\_private\_endpoint\_properties) |
| 8 | + |
| 9 | +Description: Consolidated properties for the Service Bus Private Endpoint. |
| 10 | + |
| 11 | +Type: |
| 12 | + |
| 13 | +```hcl |
| 14 | +object({ |
| 15 | + private_dns_zone_ids = optional(list(string), []) |
| 16 | + private_endpoint_enabled = optional(bool, false) |
| 17 | + private_endpoint_subnet_id = optional(string, "") |
| 18 | + private_endpoint_resource_group_name = optional(string, "") |
| 19 | + private_service_connection_is_manual = optional(bool, false) |
| 20 | + }) |
| 21 | +``` |
| 22 | + |
7 | 23 | ### <a name="input_resource_group_name"></a> [resource\_group\_name](#input\_resource\_group\_name) |
8 | 24 |
|
9 | 25 | Description: The name of the resource group in which to create the Event Grid. Changing this forces a new resource to be created. |
@@ -99,11 +115,30 @@ Description: A mapping of tags to assign to the resource. |
99 | 115 | Type: `map(string)` |
100 | 116 |
|
101 | 117 | Default: `{}` |
| 118 | +## Modules |
| 119 | + |
| 120 | +The following Modules are called: |
102 | 121 |
|
| 122 | +### <a name="module_private_endpoint_service_bus_namespace"></a> [private\_endpoint\_service\_bus\_namespace](#module\_private\_endpoint\_service\_bus\_namespace) |
103 | 123 |
|
| 124 | +Source: ../private-endpoint |
| 125 | + |
| 126 | +Version: |
| 127 | +## Outputs |
| 128 | + |
| 129 | +The following outputs are exported: |
| 130 | + |
| 131 | +### <a name="output_namespace_id"></a> [namespace\_id](#output\_namespace\_id) |
| 132 | + |
| 133 | +Description: n/a |
| 134 | + |
| 135 | +### <a name="output_servicebus_connection_string"></a> [servicebus\_connection\_string](#output\_servicebus\_connection\_string) |
| 136 | + |
| 137 | +Description: n/a |
104 | 138 | ## Resources |
105 | 139 |
|
106 | 140 | The following resources are used by this module: |
107 | 141 |
|
108 | 142 | - [azurerm_servicebus_namespace.this](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/servicebus_namespace) (resource) |
| 143 | +- [azurerm_servicebus_namespace_authorization_rule.this](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/servicebus_namespace_authorization_rule) (resource) |
109 | 144 | - [azurerm_servicebus_topic.this](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/servicebus_topic) (resource) |
0 commit comments