From 507a42a8927ca79e81ae3cb5f0f52c9644dc6043 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 31 May 2024 23:50:33 +0000 Subject: [PATCH] Update Terraform azurerm to v3.106.0 (#1125) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- operations/environments/dev/main.tf | 2 +- operations/environments/internal/main.tf | 2 +- operations/environments/pr/main.tf | 2 +- operations/environments/prd/main.tf | 2 +- operations/environments/stg/main.tf | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/operations/environments/dev/main.tf b/operations/environments/dev/main.tf index 56ee439ac..d70c8608e 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.105.0" + version = "3.106.0" } } diff --git a/operations/environments/internal/main.tf b/operations/environments/internal/main.tf index 8c28f524e..25da406d6 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.105.0" + version = "3.106.0" } } diff --git a/operations/environments/pr/main.tf b/operations/environments/pr/main.tf index 9fb45a167..02cfa81dd 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.105.0" + version = "3.106.0" } } diff --git a/operations/environments/prd/main.tf b/operations/environments/prd/main.tf index 91110249a..c1f782b13 100644 --- a/operations/environments/prd/main.tf +++ b/operations/environments/prd/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { azurerm = { source = "hashicorp/azurerm" - version = "3.105.0" + version = "3.106.0" } } diff --git a/operations/environments/stg/main.tf b/operations/environments/stg/main.tf index 87c3a7699..c30612f21 100644 --- a/operations/environments/stg/main.tf +++ b/operations/environments/stg/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { azurerm = { source = "hashicorp/azurerm" - version = "3.105.0" + version = "3.106.0" } }