aztfmod / terraform-provider-azurecaf

Terraform provider for the Terraform platform engineering for Azure
MIT License
174 stars 93 forks source link

Add support for azurerm_monitor_diagnostic_setting #62

Closed sebastus closed 3 years ago

sebastus commented 3 years ago

https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/monitor_diagnostic_setting

This is especially important now because it's possible to add a diagnostic setting to a resource, then that resource can get deleted without the diagnostic setting. Need to be able to generate random names for the diagnostic settings as a workaround until the azure monitor team fixes it.

sebastus commented 3 years ago

added the resource in pr #63

arnaudlh commented 3 years ago

Closing as merged in #pr63