From 72e9e5d8139491d20dbc18a6b238be96631e3d04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 20:07:57 +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.111.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..ee51a16 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.111" } } }