From 76705e75d5018c2845c1c40f44a65d626fb1b34d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 03:19:59 +0000 Subject: [PATCH] chore(deps): Update hashicorp/azurerm requirement from ~> 4.5.0 to ~> 4.6.0 Updates the requirements on [hashicorp/azurerm](https://github.com/hashicorp/terraform-provider-azurerm) to permit the latest version. - [Release notes](https://github.com/hashicorp/terraform-provider-azurerm/releases) - [Changelog](https://github.com/hashicorp/terraform-provider-azurerm/blob/main/CHANGELOG.md) - [Commits](https://github.com/hashicorp/terraform-provider-azurerm/compare/v4.5.0...v4.6.0) --- updated-dependencies: - dependency-name: hashicorp/azurerm dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- infra/providers.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/providers.tf b/infra/providers.tf index 8ed98f0..620cb91 100644 --- a/infra/providers.tf +++ b/infra/providers.tf @@ -4,7 +4,7 @@ terraform { required_providers { azurerm = { source = "hashicorp/azurerm" - version = "~> 4.5.0" + version = "~> 4.6.0" } azuread = {