From 3f493b8aa97aeecc87a7561020569d85d063dd5a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 01:15:04 +0000 Subject: [PATCH] Update Terraform azurerm to v3.106.1 (#1126) 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 d70c8608e..1c30d239f 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.106.0" + version = "3.106.1" } } diff --git a/operations/environments/internal/main.tf b/operations/environments/internal/main.tf index 25da406d6..b03e9016d 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.106.0" + version = "3.106.1" } } diff --git a/operations/environments/pr/main.tf b/operations/environments/pr/main.tf index 02cfa81dd..c28dda8b9 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.106.0" + version = "3.106.1" } } diff --git a/operations/environments/prd/main.tf b/operations/environments/prd/main.tf index c1f782b13..a107ac525 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.106.0" + version = "3.106.1" } } diff --git a/operations/environments/stg/main.tf b/operations/environments/stg/main.tf index c30612f21..695c377a6 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.106.0" + version = "3.106.1" } }