You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue Description: I am trying to create a YAML custom policy to check the connection dependencies for all resources connected with azurerm_monitor_diagnostic_setting and ensure that all possible logs are enabled.
Problem: Currently, I have to explicitly define all resources where I want to control the existing connections. A better solution would be to use a negation of the connections for resources I do not want to check if diagnostic settings are enabled.
Issue: The attempted solution with negation does not work. Is there a way to specify which connections I do not want to check and then check all other resources that fall under "all"?
The text was updated successfully, but these errors were encountered:
Issue Description: I am trying to create a YAML custom policy to check the connection dependencies for all resources connected with azurerm_monitor_diagnostic_setting and ensure that all possible logs are enabled.
Current Implementation:
terraform
yaml custom policy
Problem: Currently, I have to explicitly define all resources where I want to control the existing connections. A better solution would be to use a negation of the connections for resources I do not want to check if diagnostic settings are enabled.
Issue: The attempted solution with negation does not work. Is there a way to specify which connections I do not want to check and then check all other resources that fall under "all"?
The text was updated successfully, but these errors were encountered: