avm-res-network-networkwatcher
Azure/avm-res-network-networkwatcher/azurerm
Azure Network Watcher AVM Module
terraform-azurerm-avm-template This is a template repo for Terraform Azure Verified Modules. Things to do: 1. Set up a GitHub repo environment called test. 1. Configure environment protection rule to ensure that approval is required before deploying to this environment. 1. Create a user-assigned managed identity in your test subscription. 1. Create a role assignment for the managed identity on your test subscription, use the minimum required role. 1. Configure federated identity credentials on the user assigned managed identity. Use the GitHub environment. 1. Search and update TODOs within the code and remove the TODO comments once complete. > [!IMPORTANT] > As the overall AVM framework is not GA (generally available) yet - the CI framework and test automation is not fully functional and i
| Name | Type | Description | Default |
|---|---|---|---|
| resource_group_name | string | The name of the Network Watcher Resource Group. | required |
| location | string | Azure region where the resource should be deployed. If null, the location will | required |
| network_watcher_id | string | The ID of the Network Watcher. | required |
| network_watcher_name | string | The name of the Network Watcher. | required |
| role_assignments | map(object({ role_definiti | A map of role assignments to create on the <RESOURCE>. The map key is deliberate | {} |
| tags | map(string) | (Optional) Tags of the resource. | null |
| flow_logs | map(object({ enabled | A map of role flow logs to create for the Network Watcher. The map key is delib | null |
| lock | object({ kind = string | Controls the Resource Lock configuration for this resource. The following proper | null |
| condition_monitor | map(object({ name = string | A map of condition monitors to create on the network watcher. The map key is d | null |
| enable_telemetry | bool | This variable controls whether or not telemetry is enabled for the module. For m | true |
resource — The network watcher resourceresource_connection_monitor — This is the full output for the connection monitor resources.resource_flow_log — This is the full output for the flow log resources.resource_id — The resource id of the Network Watcher