From e4add8d6ce9164884d778dc298b88e3232c2dda8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 19:20:58 +0000 Subject: [PATCH] Bump hashicorp/azurerm from 5.0.1 to 5.1.0 in /infrastructure Bumps [hashicorp/azurerm](https://github.com/hashicorp/terraform-provider-azurerm) from 5.0.1 to 5.1.0. - [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/v5.0.1...v5.1.0) --- updated-dependencies: - dependency-name: hashicorp/azurerm dependency-version: 5.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- infrastructure/.terraform.lock.hcl | 28 ++++++++++++++-------------- infrastructure/main.tf | 2 +- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/infrastructure/.terraform.lock.hcl b/infrastructure/.terraform.lock.hcl index 5cd6049..359f4d3 100644 --- a/infrastructure/.terraform.lock.hcl +++ b/infrastructure/.terraform.lock.hcl @@ -2,21 +2,21 @@ # Manual edits may be lost in future updates. provider "registry.terraform.io/hashicorp/azurerm" { - version = "5.0.1" - constraints = ">= 4.18.0, < 5.1.0" + version = "5.1.0" + constraints = ">= 4.18.0, < 5.2.0" hashes = [ - "h1:V69grO5xSjPMLwrPA/LDoLvsRGzuSwkka7zFbRXuEhc=", - "zh:2de9caf937237bf5ee747b803b15a08276ceb275f611f6444fca3d82fc75afec", - "zh:3b1915d0c391a8e0bdce66bf603e30fff230f67667161de9c143ca8ce37539a1", - "zh:3c45e7833218734ca5ed321e799a8d8abed6801e27397eb106d0f55dfb1eaa87", - "zh:3dd2db3ddc9e26108274c567bafe474a4df930ec719074cd545fe39dde6ac206", - "zh:5d82dd9533b0b153894fb2432a36d3c3505ab27a879338c62e70bda15ba97f8c", - "zh:78562c75f27b75e4a5f854dc290b7c1c262ebdf2354ca16a110b841ca697bf90", + "h1:lVyyBcWDA+i1TL8Hh9wCWl5S/9QYh5Z3X2qO5J4Uqjs=", + "zh:1725fbe22dfadd042eb3798f2064f22daa1619dbd67f32a5df3a96b1c8c4cd43", + "zh:2a2f6cd407303b68e038f80676e8d72f0a0b99d73b4e658171a3779de658dd22", + "zh:425394198ccd408bc5a1d76d44db77ddf5c59e161fedaa7b51ba7ee1855815e9", + "zh:6058bfe18bbd40bc66cae0cc804e62ee9c6e25993d768514206332cfc3b13bbf", + "zh:6faf3e18c0783f6861510a89e74e73fff704d058ae558f0b721fd1412815c592", "zh:78d5eefdd9e494defcb3c68d282b8f96630502cac21d1ea161f53cfe9bb483b3", - "zh:7b73ea687a28ed51823d716f46cafd4236ca50ca172558ec5aa18c132c206620", - "zh:95e572793efef127b773c35e1581e462e97fb38cf696bc6caf53c1231e21a36c", - "zh:c1a95c6917689be45e1a6408f8a05c8a4a7a628427b795931fabea4e43e95742", - "zh:c7281424d802a12ebd41297c68f3008602ac3c2ad98fc25937654014902b37eb", - "zh:dd98c2c8eb092f29cba261065bbaa7e917e8336f8fc4e0ea25e642f7b90c962e", + "zh:89077e6c12056579531accecf0bfaff1b5a4245a18a51f5ceb331a0e317ea979", + "zh:9127b07da8dd5127bb3677827872b83742b44712ac0182108b06e5f163b6f675", + "zh:92313a0a45e819d9b272c92b400dea9e01b36aabe0f33cf0da78beaa05d8da8b", + "zh:cae795593a93000e080490db1483c089f7d22fdd37bb750e5928cf35d3f68fa5", + "zh:d4c97f45e92c2da51cfa6fd5e5be1419e5a81c6fe04808a1bb334a57625d557d", + "zh:e7629031e7a31ebe6239e288a4c4f8ad62878cb3b07f4e3cfda6983fe4a35f23", ] } diff --git a/infrastructure/main.tf b/infrastructure/main.tf index 9c36b0a..74ff984 100644 --- a/infrastructure/main.tf +++ b/infrastructure/main.tf @@ -4,7 +4,7 @@ terraform { required_providers { azurerm = { source = "hashicorp/azurerm" - version = ">= 4.18.0, < 5.1" + version = ">= 4.18.0, < 5.2" } } }