From 548a6238609f6eb2680b6d97df16c9d1d10c6735 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 00:59:37 +0000 Subject: [PATCH] :arrow_up: terraform: Bump hashicorp/azurerm in /infrastructure Bumps [hashicorp/azurerm](https://github.com/hashicorp/terraform-provider-azurerm) from 3.105.0 to 4.13.0. - [Release notes](https://github.com/hashicorp/terraform-provider-azurerm/releases) - [Changelog](https://github.com/hashicorp/terraform-provider-azurerm/blob/main/CHANGELOG-v3.md) - [Commits](https://github.com/hashicorp/terraform-provider-azurerm/compare/v3.105.0...v4.13.0) --- updated-dependencies: - dependency-name: hashicorp/azurerm dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- infrastructure/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/main.tf b/infrastructure/main.tf index 81d7f60..d78759f 100644 --- a/infrastructure/main.tf +++ b/infrastructure/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { azurerm = { source = "hashicorp/azurerm" - version = "3.105.0" + version = "4.13.0" } cloudflare = { source = "cloudflare/cloudflare"