From 885527d71c8b9c161bdc717f4e025fb11b937982 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 13:19:25 +0000 Subject: [PATCH] Update hashicorp/azurerm requirement from ~> 4.30.0 to ~> 4.33.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.30.0...v4.33.0) --- updated-dependencies: - dependency-name: hashicorp/azurerm dependency-version: 4.33.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- versions.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions.tf b/versions.tf index 0c35881..acb114f 100644 --- a/versions.tf +++ b/versions.tf @@ -4,7 +4,7 @@ terraform { required_providers { azurerm = { source = "hashicorp/azurerm" - version = "~> 4.30.0" + version = "~> 4.33.0" } random = { source = "hashicorp/random"