From 79c7c240c42ef2a018fcf4c140b360a335c9e73a Mon Sep 17 00:00:00 2001 From: Sammi Chong <133241942+SammiChong@users.noreply.github.com> Date: Thu, 16 Jan 2025 11:47:35 +0000 Subject: [PATCH] Update state.tf (#719) Co-authored-by: Siva Kanukollu <51362789+SivaKanukolluQA@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 b1e050b24..2beea29a5 100644 --- a/infrastructure/state.tf +++ b/infrastructure/state.tf @@ -4,7 +4,7 @@ terraform { required_providers { azurerm = { source = "hashicorp/azurerm" - version = "~> 3.45.0" + version = "~> 4.0" } } }