From 031a436453b8cb896866dc9ba2fc55be686164a5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 16:07:09 +0000 Subject: [PATCH] Update Terraform azurerm to v4.1.0 (#1297) 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 de23ce7e7..4052d4b17 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.0.1" + version = "4.1.0" } } diff --git a/operations/environments/internal/main.tf b/operations/environments/internal/main.tf index 5c72ea28b..2f991af25 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.0.1" + version = "4.1.0" } } diff --git a/operations/environments/pr/main.tf b/operations/environments/pr/main.tf index 9113749b4..964aace0d 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.0.1" + version = "4.1.0" } } diff --git a/operations/environments/prd/main.tf b/operations/environments/prd/main.tf index b02e5d231..66e1c25d2 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.0.1" + version = "4.1.0" } } diff --git a/operations/environments/stg/main.tf b/operations/environments/stg/main.tf index a1f100c47..55f40e5fd 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.0.1" + version = "4.1.0" } }