{"id":30743472,"url":"https://github.com/ukho/tfmodule-azure-event-hub","last_synced_at":"2026-02-14T17:02:21.506Z","repository":{"id":168248326,"uuid":"643911750","full_name":"UKHO/tfmodule-azure-event-hub","owner":"UKHO","description":null,"archived":false,"fork":false,"pushed_at":"2025-07-24T15:35:17.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-24T16:58:37.763Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/UKHO.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":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-05-22T12:14:46.000Z","updated_at":"2025-07-24T15:34:49.000Z","dependencies_parsed_at":"2025-07-24T14:17:26.777Z","dependency_job_id":"037ea746-f636-43c4-ae7f-a785ef557ccb","html_url":"https://github.com/UKHO/tfmodule-azure-event-hub","commit_stats":null,"previous_names":["ukho/tfmodule-azure-event-hub"],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/UKHO/tfmodule-azure-event-hub","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UKHO%2Ftfmodule-azure-event-hub","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UKHO%2Ftfmodule-azure-event-hub/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UKHO%2Ftfmodule-azure-event-hub/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UKHO%2Ftfmodule-azure-event-hub/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/UKHO","download_url":"https://codeload.github.com/UKHO/tfmodule-azure-event-hub/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UKHO%2Ftfmodule-azure-event-hub/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273539317,"owners_count":25123499,"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","status":"online","status_checked_at":"2025-09-04T02:00:08.968Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-09-04T02:07:30.070Z","updated_at":"2026-02-14T17:02:16.473Z","avatar_url":"https://github.com/UKHO.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Terraform Module: for Azure Event Hub\n\nuse module resource to reference this service. This module does not create the namespace\n\n## Required Resources\n\n- `Resource Group` exists or is created external to the module.\n- `Provider` must be created external to the module.\n\n## Usage\n\n```terraform\nvariable \"servicename\" {\n  type = string\n  description = \"the service name\"\n}\nvariable \"deploy_environment\" {\n  type = string\n  description = \"deployment environment\"\n}\nvariable \"role\" {\n  type = string\n  description = \"it's role within the service\"\n}\nvariable \"resource_group_name\" {\n  type = string\n}\nvariable \"resource_group_location\" {\n  type = string\n}\n\nvariable \"eventhub_namespace_id\" {\n  type = string\n  description = \"the event hub namespace id\"\n}\nvariable \"eventhub_namespace_name\" {\n  type = string\n  description = \"the event hub namespace name\"\n}\n\nvariable \"sku\" {\n  description = \"Basic, Standard or Premium, services and options will vary depending on level, check docs for desires. Default to standard\"\n  type = string\n  default = \"Standard\"\n}\nvariable \"partition_count\" {\n  default = 2\n}\nvariable \"message_retention\" {\n  description = \"depends on sku, Basic cannot be higher than 1\"\n  default = 7\n}\n\nmodule \"eventhub\" {\n  source                       = \"github.com/ukho/tfmodule-azure-event-hub?ref=0.8.1\"\n  providers = {\n    azurerm.src = azurerm.alias\n  }\n\n  eventhub_namespace_id       = var.eventhub_namespace_id\n  eventhub_namespace_name     = var.eventhub_namespace_name\n  servicename                 = var.servicename\n  deploy_environment          = var.deploy_environment\n  role                        = var.role\n  resource_group_name         = var.resource_group_name\n  resource_group_location     = var.resource_group_location\n }\n```\n\n## Outputs\n\nThis module outputs 2 values, one is `eventhub_send_primarykey` and the other is `event_hub_name`","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fukho%2Ftfmodule-azure-event-hub","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fukho%2Ftfmodule-azure-event-hub","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fukho%2Ftfmodule-azure-event-hub/lists"}