From f7832377c460a3f34dff975d5ee2f3c63a368950 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 19:02:57 +0000 Subject: [PATCH] Update Terraform azurerm to v4.15.0 (#1687) 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 f435361f7..a864ad22d 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.14.0" + version = "4.15.0" } } diff --git a/operations/environments/internal/main.tf b/operations/environments/internal/main.tf index faf83b064..266a4d26d 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.14.0" + version = "4.15.0" } } diff --git a/operations/environments/pr/main.tf b/operations/environments/pr/main.tf index e311a7005..02d1c5ae6 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.14.0" + version = "4.15.0" } } diff --git a/operations/environments/prd/main.tf b/operations/environments/prd/main.tf index 7fe62e071..e74e76a59 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.14.0" + version = "4.15.0" } } diff --git a/operations/environments/stg/main.tf b/operations/environments/stg/main.tf index 86f014e93..3757fc612 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.14.0" + version = "4.15.0" } }