From 2f6945d2ef41a58b6769b46b592f57ea23aeb260 Mon Sep 17 00:00:00 2001 From: Will Date: Tue, 6 Feb 2024 09:48:10 +0000 Subject: [PATCH] Add azurerm_resource_group_template_deployment to tax-tribunals-shared-infrastructure.json --- .../hmcts/tax-tribunals-shared-infrastructure.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/terraform-infra-approvals/hmcts/tax-tribunals-shared-infrastructure.json b/terraform-infra-approvals/hmcts/tax-tribunals-shared-infrastructure.json index 40dc1571..ecb914a6 100644 --- a/terraform-infra-approvals/hmcts/tax-tribunals-shared-infrastructure.json +++ b/terraform-infra-approvals/hmcts/tax-tribunals-shared-infrastructure.json @@ -1,7 +1,8 @@ { "resources": [ {"type": "azurerm_monitor_metric_alert"}, - {"type": "azurerm_monitor_action_group"} + {"type": "azurerm_monitor_action_group"}. + {"type": "azurerm_resource_group_template_deployment"} ], "module_calls": [ {"source": "git@github.com:hmcts/cnp-module-storage-account.git?ref=azurermv2"},