Skip to content

Commit

Permalink
fix(deps): upgrade min azurerm version to ~> 2.28 (#27)
Browse files Browse the repository at this point in the history
Closes #21

Signed-off-by: Salim Afiune Maya <[email protected]>
  • Loading branch information
afiune authored Jul 28, 2021
1 parent ce51128 commit cb060c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {

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

0 comments on commit cb060c3

Please sign in to comment.