Skip to content

Commit

Permalink
refactor: remove unneeded version pin for azuread (#26)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
marcosgm authored Oct 4, 2021
1 parent d69568d commit 2ce4d0a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ terraform {
required_version = ">= 0.12.31"

required_providers {
azuread = "~> 1.2"
azurerm = "~> 2.28"
lacework = {
source = "lacework/lacework"
Expand Down

0 comments on commit 2ce4d0a

Please sign in to comment.