From 494f5c4413ac1ecb1ad91ec75ad0d3aca200d3ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 19:56:39 +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.116.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..12b5c5a 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.116" } } }