From 34b20074e0f022bf81bf3eba639fefbc59688d07 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 08:00:23 +0000 Subject: [PATCH] chore(deps): update terraform azurerm to v4.1.0 (#158) 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 40b105b3..6a975472 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 e95f4570..d88c1b07 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 0057582c..7cf5360a 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 995b63fb..82a25f15 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 50a4e568..2f574ef0 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" } }