aztfmod / terraform-provider-azurecaf

Terraform provider for the Terraform platform engineering for Azure
172 stars 91 forks source link

Add support for azurerm_monitor_* #136

Closed arnaudlh closed 2 years ago

arnaudlh commented 2 years ago

Add support for azurermmonitor* resources, this is a dependency for https://github.com/aztfmod/terraform-azurerm-caf/pull/803

robertdebock commented 2 years ago

Just some input on what I found:

That would result into this line to add to the table

Resource type Resource type code (short) minimum length maximum length lowercase only validation regex
azurerm_monitor_autoscale_setting mvmss 2 64 false "^[a-zA-Z0-9][a-zA-Z0-9-]{0,62}[a-zA-Z0-9]$"