From 108c8c4a85c5c0409a58808c2b8265028687c96a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 07:25:07 +0000 Subject: [PATCH] Update Terraform azurerm to v4.2.0 (#1335) 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 4052d4b17..8caed135b 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 = "4.1.0" + version = "4.2.0" } } diff --git a/operations/environments/internal/main.tf b/operations/environments/internal/main.tf index 2f991af25..9cf4db463 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 = "4.1.0" + version = "4.2.0" } } diff --git a/operations/environments/pr/main.tf b/operations/environments/pr/main.tf index 964aace0d..0341593fb 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 = "4.1.0" + version = "4.2.0" } } diff --git a/operations/environments/prd/main.tf b/operations/environments/prd/main.tf index 66e1c25d2..18a0410fd 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 = "4.1.0" + version = "4.2.0" } } diff --git a/operations/environments/stg/main.tf b/operations/environments/stg/main.tf index 55f40e5fd..6a84b0d84 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 = "4.1.0" + version = "4.2.0" } }