Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.99 KB

File metadata and controls

44 lines (28 loc) · 1.99 KB

Introduction

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.

Terraform Import

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).

Monitor Action Group

  • 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

 

Outputs

Structure

Output Name Value Comment
outputs name
id

 

Module Features

No special features in module.

 

Known Issues

We currently log no issues in this module.