Monitor Action Group module can deploy these resources:
- azurerm_monitor_action_group.monitor_action_group
Example variables structure is located in variables.md.
Example use case is located in test-case/locals.tf.
You can also see changelog.
Terraform documentation:
https://registry.terraform.io/providers/hashicorp/azurerm/4.1.0/docs/resources/monitor_action_group
WARNING: AzureRM provider had been updated to a new major version. Many breaking changes were implemented. See the providers guide for more information.
There are a few things you need to do to import resources into .tfstate. In the example below there are resources which can be imported within the module. You may need to modify these commands to the OS on which they will be running (Refer to the documentation for additional details).
- terraform import '
<path-to-module>
.azurerm_monitor_action_group.monitor_action_group["<monitor-action-group-name>
"]' '/subscriptions/<subscription-id>
/resourceGroups/<resource-group-name>
/providers/Microsoft.Insights/actionGroups/<monitor-action-group-name>
'
NOTE:
<path-to-module>
is terraform logical path from root. e.g. module.monitor_action_group
Output Name | Value | Comment |
---|---|---|
outputs | name | |
id |
No special features in module.
We currently log no issues in this module.