From 90bcf6b8e1317f0be7aff47f38e968b37d3d8483 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 20:53:14 +0000 Subject: [PATCH] Update Terraform azurerm to v4.11.0 (#1613) 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 01a154655..2cae12db4 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.10.0" + version = "4.11.0" } } diff --git a/operations/environments/internal/main.tf b/operations/environments/internal/main.tf index 87c474bf7..f620a6f35 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.10.0" + version = "4.11.0" } } diff --git a/operations/environments/pr/main.tf b/operations/environments/pr/main.tf index f893e8aab..ad895df85 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.10.0" + version = "4.11.0" } } diff --git a/operations/environments/prd/main.tf b/operations/environments/prd/main.tf index 4f877bee2..9e6fc1b10 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.10.0" + version = "4.11.0" } } diff --git a/operations/environments/stg/main.tf b/operations/environments/stg/main.tf index 0967b7a90..7e0da9b2e 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.10.0" + version = "4.11.0" } }