caf-diagnostics-logging

aztfmod/caf-diagnostics-logging/azurerm

Terraform Module HCL AZURERM ✓ Verified

Diagnostics logging module for Cloud Adoption Framework for Azure landing zones

Install
module "caf-diagnostics-logging" {
source = "aztfmod/caf-diagnostics-logging/azurerm"
version = "2.1.0"
}
plain text: /constructs/tfmod-aztfmod-caf-diagnostics-logging-azurerm/install.txt
⭐ Source on GitHub 📦 Registry page
README

![VScodespaces](https://online.visualstudio.com/environments/new?name=terraform-azurerm-caf-diagnostics-logging&repo=aztfmod/terraform-azurerm-caf-diagnostics-logging) ![Gitter](https://gitter.im/aztfmod/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) Deploys the operations log repositories Creates Storage Account and Event Hubs to be used for diagnostics and operations logs. Reference the module to a specific version (recommended): ``hcl module "diagnostics_logging" { source = "aztfmod/caf-diagnostics-logging/azurerm" version = "0.x.y" convention = local.convention location = local.location name = local.name prefix = local.prefix tags = local.tags resource_group_name = azurerm_resource_group.rg_test.name enable_event_hub = local.azure_diagnostics_logs_event_hub } ` Requ

Inputs (9)
NameTypeDescriptionDefault
tagsstring(Required) Tags for the logs repositories to be created required
namestring(Required) Name for the objects created (before naming convention applied.) required
resource_group_namestring(Required) Name of the resource group to deploy the operations log. required
locationstring(Required) Define the region where the resources will be created required
conventionstring(Required) Naming convention method to use required
enable_event_hubstring(Optional) Determine to deploy Event Hub for the configurationtrue
postfixstring(Optional) You can use a postfix to the name of the resource""
max_lengthstring(Optional) You can speficy a maximum length to the name of the resource""
prefixstring(Optional) You can use a prefix to the name of the resource""
Outputs (1)
diagnostics_map — Map of diagnostics repositories: diags_sa, diags_sa_name, diags_sa_rg, eh_name (optional), eh_id(opt
Resources (3)
azurecaf_naming_conventionazurerm_eventhub_namespaceazurerm_storage_account
Details
FrameworkTerraform Module
LanguageHCL
Version2.1.0
Cloud AZURERM
★ Stars2
Forks11
Total downloads33.9k
Inputs9
Outputs1
Resources3
Examples1
LicenseMIT
Namespaceaztfmod
Updated