From 617ea18d78698f123bca0ed373b74bd5c3d04722 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 20:07:51 +0000 Subject: [PATCH] Update hashicorp/azurerm requirement in /08_aks_app_gateway 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/v2.0.0...v3.109.0) --- updated-dependencies: - dependency-name: hashicorp/azurerm dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 08_aks_app_gateway/providers.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08_aks_app_gateway/providers.tf b/08_aks_app_gateway/providers.tf index c862c06..6dff811 100644 --- a/08_aks_app_gateway/providers.tf +++ b/08_aks_app_gateway/providers.tf @@ -5,7 +5,7 @@ terraform { required_providers { azurerm = { source = "hashicorp/azurerm" - version = "~>2.0" + version = "~>3.109" } } }