From 2ce4d0aee729b9aae924418dd6fbc0745e73eeab Mon Sep 17 00:00:00 2001 From: Marc Garcia <1045276+marcosgm@users.noreply.github.com> Date: Mon, 4 Oct 2021 05:31:24 -0400 Subject: [PATCH] refactor: remove unneeded version pin for azuread (#26) The submodule terraform-azure-ad-application provides its own version pin, which will be 2.x soon. We need to remove this unnecesary pin here because it's unused yet it blocks the AD app to use 2.x if needed. --- versions.tf | 1 - 1 file changed, 1 deletion(-) diff --git a/versions.tf b/versions.tf index 915aabe..dca7151 100644 --- a/versions.tf +++ b/versions.tf @@ -2,7 +2,6 @@ terraform { required_version = ">= 0.12.31" required_providers { - azuread = "~> 1.2" azurerm = "~> 2.28" lacework = { source = "lacework/lacework"