Skip to content

Commit

Permalink
chore: remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Garma00 committed Sep 19, 2024
1 parent 817a074 commit 7b729bd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion src/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@
| [azurerm_linux_web_app.appservice_selfcare_be](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/data-sources/linux_web_app) | data source |
| [azurerm_linux_web_app.cms_backoffice_app_itn](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/data-sources/linux_web_app) | data source |
| [azurerm_monitor_action_group.error_action_group](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/data-sources/monitor_action_group) | data source |
| [azurerm_monitor_action_group.io_com_action_group](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/data-sources/monitor_action_group) | data source |
| [azurerm_nat_gateway.ng](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/data-sources/nat_gateway) | data source |
| [azurerm_private_dns_zone.privatelink_azurewebsites](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/data-sources/private_dns_zone) | data source |
| [azurerm_private_dns_zone.privatelink_servicebus](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/data-sources/private_dns_zone) | data source |
Expand Down
5 changes: 0 additions & 5 deletions src/core/monitor.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,3 @@ data "azurerm_monitor_action_group" "error_action_group" {
name = "${var.prefix}${var.env_short}error"
resource_group_name = azurerm_resource_group.rg_common.name
}

data "azurerm_monitor_action_group" "io_com_action_group" {
name = "io-p-com-error-ag-01"
resource_group_name = "io-p-itn-msgs-rg-01"
}

0 comments on commit 7b729bd

Please sign in to comment.