From 2c3924253b4d5d434b6b4fdcbdc439cc8cce8752 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 00:45:08 +0000 Subject: [PATCH] Update Terraform azurerm to v3.81.0 --- operations/environments/dev/main.tf | 2 +- operations/environments/internal/main.tf | 2 +- operations/environments/pr/main.tf | 2 +- operations/environments/staging/main.tf | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/operations/environments/dev/main.tf b/operations/environments/dev/main.tf index a0eb81080..42c7c8228 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.80.0" + version = "3.81.0" } } diff --git a/operations/environments/internal/main.tf b/operations/environments/internal/main.tf index 7001e717a..6f1f185a9 100644 --- a/operations/environments/internal/main.tf +++ b/operations/environments/internal/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { azurerm = { source = "hashicorp/azurerm" - version = "3.80.0" + version = "3.81.0" } } diff --git a/operations/environments/pr/main.tf b/operations/environments/pr/main.tf index f6de5db8f..caefacf74 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.80.0" + version = "3.81.0" } } diff --git a/operations/environments/staging/main.tf b/operations/environments/staging/main.tf index ce495af37..d1aa31efe 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.80.0" + version = "3.81.0" } }