{"id":26811699,"url":"https://github.com/launchbynttdata/tf-azurerm-module_primitive-eventhub_namespace","last_synced_at":"2026-01-30T00:05:35.079Z","repository":{"id":284184418,"uuid":"938368670","full_name":"launchbynttdata/tf-azurerm-module_primitive-eventhub_namespace","owner":"launchbynttdata","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-24T15:17:26.000Z","size":51,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-03-24T16:27:54.427Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/launchbynttdata.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-24T21:03:57.000Z","updated_at":"2025-03-24T15:17:12.000Z","dependencies_parsed_at":"2025-03-24T16:38:59.261Z","dependency_job_id":null,"html_url":"https://github.com/launchbynttdata/tf-azurerm-module_primitive-eventhub_namespace","commit_stats":null,"previous_names":["launchbynttdata/tf-azurerm-module_primitive-eventhub_namespace"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/launchbynttdata%2Ftf-azurerm-module_primitive-eventhub_namespace","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/launchbynttdata%2Ftf-azurerm-module_primitive-eventhub_namespace/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/launchbynttdata%2Ftf-azurerm-module_primitive-eventhub_namespace/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/launchbynttdata%2Ftf-azurerm-module_primitive-eventhub_namespace/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/launchbynttdata","download_url":"https://codeload.github.com/launchbynttdata/tf-azurerm-module_primitive-eventhub_namespace/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246266266,"owners_count":20749754,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-03-30T01:39:43.300Z","updated_at":"2026-01-30T00:05:35.005Z","avatar_url":"https://github.com/launchbynttdata.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK --\u003e\n## Requirements\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"requirement_terraform\"\u003e\u003c/a\u003e [terraform](#requirement\\_terraform) | ~\u003e 1.0 |\n| \u003ca name=\"requirement_azurerm\"\u003e\u003c/a\u003e [azurerm](#requirement\\_azurerm) | ~\u003e3.117 |\n\n## Providers\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"provider_azurerm\"\u003e\u003c/a\u003e [azurerm](#provider\\_azurerm) | 3.117.1 |\n\n## Modules\n\nNo modules.\n\n## Resources\n\n| Name | Type |\n|------|------|\n| [azurerm_eventhub_namespace.eventhub_namespace](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/eventhub_namespace) | resource |\n\n## Inputs\n\n| Name | Description | Type | Default | Required |\n|------|-------------|------|---------|:--------:|\n| \u003ca name=\"input_namespace_name\"\u003e\u003c/a\u003e [namespace\\_name](#input\\_namespace\\_name) | The name of the Event Hub Namespace | `string` | n/a | yes |\n| \u003ca name=\"input_location\"\u003e\u003c/a\u003e [location](#input\\_location) | The Azure region where the Event Hub will be deployed | `string` | n/a | yes |\n| \u003ca name=\"input_resource_group_name\"\u003e\u003c/a\u003e [resource\\_group\\_name](#input\\_resource\\_group\\_name) | The Azure region where the Event Hub will be deployed | `string` | n/a | yes |\n| \u003ca name=\"input_sku\"\u003e\u003c/a\u003e [sku](#input\\_sku) | The sku for the eventhub namespace. Possible values: Basic, Standard, Premium | `string` | `\"Standard\"` | no |\n| \u003ca name=\"input_public_network_access_enabled\"\u003e\u003c/a\u003e [public\\_network\\_access\\_enabled](#input\\_public\\_network\\_access\\_enabled) | Enable or disable public network access | `bool` | `false` | no |\n| \u003ca name=\"input_capacity\"\u003e\u003c/a\u003e [capacity](#input\\_capacity) | The capacity of the Event Hub Namespace:\u003cbr/\u003e  - Basic: 1\u003cbr/\u003e  - Standard: Between 1 and 20\u003cbr/\u003e  - Premium: Between 1 and 4 | `number` | `1` | no |\n| \u003ca name=\"input_tags\"\u003e\u003c/a\u003e [tags](#input\\_tags) | (Optional) A mapping of tags to assign to the resource. | `map(string)` | `{}` | no |\n\n## Outputs\n\n| Name | Description |\n|------|-------------|\n| \u003ca name=\"output_namespace_id\"\u003e\u003c/a\u003e [namespace\\_id](#output\\_namespace\\_id) | The ID of the Event Hub Namespace |\n| \u003ca name=\"output_namespace_name\"\u003e\u003c/a\u003e [namespace\\_name](#output\\_namespace\\_name) | The Name of the Event Hub Namespace |\n| \u003ca name=\"output_public_network_access_enabled\"\u003e\u003c/a\u003e [public\\_network\\_access\\_enabled](#output\\_public\\_network\\_access\\_enabled) | Is Public network access enabled? |\n| \u003ca name=\"output_default_primary_connection_string\"\u003e\u003c/a\u003e [default\\_primary\\_connection\\_string](#output\\_default\\_primary\\_connection\\_string) | The primary connection string for the authorization rule RootManageSharedAccessKey |\n| \u003ca name=\"output_default_primary_key\"\u003e\u003c/a\u003e [default\\_primary\\_key](#output\\_default\\_primary\\_key) | The primary key for the authorization rule RootManageSharedAccessKey |\n| \u003ca name=\"output_default_secondary_connection_string\"\u003e\u003c/a\u003e [default\\_secondary\\_connection\\_string](#output\\_default\\_secondary\\_connection\\_string) | The secondary connection string for the authorization rule RootManageSharedAccessKey |\n| \u003ca name=\"output_default_secondary_key\"\u003e\u003c/a\u003e [default\\_secondary\\_key](#output\\_default\\_secondary\\_key) | The secondary key for the authorization rule RootManageSharedAccessKey |\n\u003c!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaunchbynttdata%2Ftf-azurerm-module_primitive-eventhub_namespace","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flaunchbynttdata%2Ftf-azurerm-module_primitive-eventhub_namespace","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaunchbynttdata%2Ftf-azurerm-module_primitive-eventhub_namespace/lists"}