Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
frasermolyneux committed Dec 23, 2024
1 parent db02f31 commit 71536f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/resource_health_alerts.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
resource "azurerm_monitor_activity_log_alert" "rg_resource_health" {
name = "portal-core - ${var.environment} - ${azurerm_resource_group.rg.name} - resource health"
name = "portal-core-${var.environment} - ${azurerm_resource_group.rg.name} - resource health"

resource_group_name = azurerm_resource_group.rg.name
location = "global"
Expand Down

0 comments on commit 71536f1

Please sign in to comment.