caf-diagnostics

aztfmod/caf-diagnostics/azurerm

Terraform Module HCL AZURERM ✓ Verified

Diagnostics settings module for Cloud Adoption Framework for Azure landing zones

Install
module "caf-diagnostics" {
source = "aztfmod/caf-diagnostics/azurerm"
version = "1.0.0"
}
⭐ Source on GitHub 📦 Registry page
README

![Build status](https://dev.azure.com/azure-terraform/Blueprints/_build/latest?definitionId=0) Deploys diagnostics settings for an Azure resource Deploys the diagnostics settings for an already existing Azure resource Reference the module to a specific version (recommended): ``hcl module "diagnostics" { source = "aztfmod/caf-diagnostics/azurerm" version = "0.x.y" name = var.name resource_id = var.resource_id diag_object = var.diag_object diagnostics_map = var.diagsmap log_analytics_workspace_id = var.laworkspaceid } ` Parameters name (Required) name of the diagnostics object (will be appended with -diag) `hcl variable "name" { description = "(Required) Name of the diagnostics object." } ` Example `hcl name = "vnet" ` resource_id (Required) (Required) ully qualified Azure resource identifie

Inputs (5)
NameTypeDescriptionDefault
log_analytics_workspace_idstring(Required) contains the log analytics workspace ID details for operations diagno required
namestring(Required) Name of the diagnostics object. required
resource_idstring(Required) Fully qualified Azure resource identifier for which you enable diagno required
diag_objectstring(Required) Contains the diagnostics setting object. required
diagnostics_mapstring(Required) contains the SA and EH details for operations diagnostics. required
Outputs (3)
object — Output the full object
name — Output the object name
id — Output the object ID
Resources (1)
azurerm_monitor_diagnostic_setting
Details
FrameworkTerraform Module
LanguageHCL
Version1.0.0
Cloud AZURERM
★ Stars2
Forks13
Total downloads84.8k
Inputs5
Outputs3
Resources1
Examples1
LicenseMIT
Namespaceaztfmod
Updated