From 1fe0b45455cb08f99f5855c0b2868a4a87a41821 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Oct 2023 10:59:32 +0000 Subject: [PATCH] Update Terraform hashicorp/terraform to ~> 1.6.0 --- infrastructure/provider.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/provider.tf b/infrastructure/provider.tf index 387e0df7..ed44bd98 100644 --- a/infrastructure/provider.tf +++ b/infrastructure/provider.tf @@ -1,5 +1,5 @@ terraform { - required_version = "~> 1.5.4" + required_version = "~> 1.6.0" backend "azurerm" {} required_providers { azurerm = {