From b0cc8cbbc2f2e2db8ca9deb55bf3b8e54eb1327d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 07:54:10 +0000 Subject: [PATCH] Update Terraform azurerm to v3.74.0 --- operations/environments/dev/main.tf | 2 +- operations/environments/pr/main.tf | 2 +- operations/environments/staging/main.tf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/operations/environments/dev/main.tf b/operations/environments/dev/main.tf index dd0873bc7..4d0895886 100644 --- a/operations/environments/dev/main.tf +++ b/operations/environments/dev/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { azurerm = { source = "hashicorp/azurerm" - version = "3.73.0" + version = "3.74.0" } } diff --git a/operations/environments/pr/main.tf b/operations/environments/pr/main.tf index 38f53a621..2b8000db0 100644 --- a/operations/environments/pr/main.tf +++ b/operations/environments/pr/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { azurerm = { source = "hashicorp/azurerm" - version = "3.73.0" + version = "3.74.0" } } diff --git a/operations/environments/staging/main.tf b/operations/environments/staging/main.tf index 07546987b..901979c1e 100644 --- a/operations/environments/staging/main.tf +++ b/operations/environments/staging/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { azurerm = { source = "hashicorp/azurerm" - version = "3.73.0" + version = "3.74.0" } }