aztfmod / terraform-provider-azurecaf

Terraform provider for the Terraform platform engineering for Azure
173 stars 92 forks source link

Add support for azurerm_monitor_action_group #112

Closed GlennChia closed 3 years ago

GlennChia commented 3 years ago

Description

As of this writing, the requirements in the official docs are as follows:

Entity Scope Length Valid Characters
actionGroups resource group 1-260 Can't use:
/&%\?

Can't end with space or period.

There are more constraints when testing on the Azure portal. These will be documented in the PR.

References