Felix Storm
Results
1
issues of
Felix Storm
Example: ```terraform resource "azapi_update_resource" "log_analytics_workspace_audit_table" { type = "Microsoft.OperationalInsights/workspaces/tables@2022-10-01" name = "AzureDiagnostics" parent_id = azurerm_log_analytics_workspace.main_log.id body = jsonencode( { properties = { schema = null retentionInDays = 730 totalRetentionInDays =...
upstream-api