aztfmod / terraform-provider-azurecaf

Terraform provider for the Terraform platform engineering for Azure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

azurerm_monitor_activity_log_alert naming is incorrect

Sijoejohn opened this issue · comments

Please correct the naming convention for azurerm_monitor_activity_log_alert

The naming convention can follow the pattern of azurerm_monitor_metric_alert.
slug as per the definition is incorrect and represents ADF MySQL

{
"name": "azurerm_monitor_activity_log_alert",
"min_length": 1,
"max_length": 260,
"validation_regex": ""^[^<>*%:&?#\\\\+\\\\/]{0,259}[^<>*%:&.?#\\\\+\\\\/]$"",
"scope": "parent",
"slug": "adfmysql",
"dashes": true,
"lowercase": false,
"regex": ""[^0-9A-Za-z<>*%:&?#\\\\+\\\\/]""
},

Advance Thanks
Sijo John