https://github.com/launchbynttdata/tf-azurerm-module_primitive-eventhub_namespace
https://github.com/launchbynttdata/tf-azurerm-module_primitive-eventhub_namespace
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/launchbynttdata/tf-azurerm-module_primitive-eventhub_namespace
- Owner: launchbynttdata
- License: apache-2.0
- Created: 2025-02-24T21:03:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-24T15:17:26.000Z (about 1 year ago)
- Last Synced: 2025-03-24T16:27:54.427Z (about 1 year ago)
- Language: HCL
- Size: 49.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
## Requirements
| Name | Version |
|------|---------|
| [terraform](#requirement\_terraform) | ~> 1.0 |
| [azurerm](#requirement\_azurerm) | ~>3.117 |
## Providers
| Name | Version |
|------|---------|
| [azurerm](#provider\_azurerm) | 3.117.1 |
## Modules
No modules.
## Resources
| Name | Type |
|------|------|
| [azurerm_eventhub_namespace.eventhub_namespace](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/eventhub_namespace) | resource |
## Inputs
| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| [namespace\_name](#input\_namespace\_name) | The name of the Event Hub Namespace | `string` | n/a | yes |
| [location](#input\_location) | The Azure region where the Event Hub will be deployed | `string` | n/a | yes |
| [resource\_group\_name](#input\_resource\_group\_name) | The Azure region where the Event Hub will be deployed | `string` | n/a | yes |
| [sku](#input\_sku) | The sku for the eventhub namespace. Possible values: Basic, Standard, Premium | `string` | `"Standard"` | no |
| [public\_network\_access\_enabled](#input\_public\_network\_access\_enabled) | Enable or disable public network access | `bool` | `false` | no |
| [capacity](#input\_capacity) | The capacity of the Event Hub Namespace:
- Basic: 1
- Standard: Between 1 and 20
- Premium: Between 1 and 4 | `number` | `1` | no |
| [tags](#input\_tags) | (Optional) A mapping of tags to assign to the resource. | `map(string)` | `{}` | no |
## Outputs
| Name | Description |
|------|-------------|
| [namespace\_id](#output\_namespace\_id) | The ID of the Event Hub Namespace |
| [namespace\_name](#output\_namespace\_name) | The Name of the Event Hub Namespace |
| [public\_network\_access\_enabled](#output\_public\_network\_access\_enabled) | Is Public network access enabled? |
| [default\_primary\_connection\_string](#output\_default\_primary\_connection\_string) | The primary connection string for the authorization rule RootManageSharedAccessKey |
| [default\_primary\_key](#output\_default\_primary\_key) | The primary key for the authorization rule RootManageSharedAccessKey |
| [default\_secondary\_connection\_string](#output\_default\_secondary\_connection\_string) | The secondary connection string for the authorization rule RootManageSharedAccessKey |
| [default\_secondary\_key](#output\_default\_secondary\_key) | The secondary key for the authorization rule RootManageSharedAccessKey |