From 289911ff0cba51668dfdfd9ed3743e06904fac5f Mon Sep 17 00:00:00 2001 From: Antony Leons Date: Wed, 5 Feb 2025 09:24:25 +0000 Subject: [PATCH] Cme 124 db monitoring bump azurerm 4.0 (#1386) * CME-124 enable DB alerts * Update suppressions.xml * Update suppressions.xml * Update state.tf --------- Co-authored-by: Rapolas <130578328+rapolaskaseliscgi@users.noreply.github.com> Co-authored-by: Kiran Kumar Yenigala <51748133+kiran-yenigala-hmcts@users.noreply.github.com> --- infrastructure/state.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/state.tf b/infrastructure/state.tf index ebd64db389..0b228484dc 100644 --- a/infrastructure/state.tf +++ b/infrastructure/state.tf @@ -4,7 +4,7 @@ terraform { required_providers { azurerm = { source = "hashicorp/azurerm" - version = "~> 3.0" + version = "~> 4.0" } random = { source = "hashicorp/random"