Skip to content

Commit

Permalink
chore: bump terraform required version and drop patch version pinning (
Browse files Browse the repository at this point in the history
…#11)

Signed-off-by: Scott Ford <scott.ford@lacework.net>
  • Loading branch information
scottford-lw authored May 6, 2021
1 parent 63e33de commit 63b4ea1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions versions.tf
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
terraform {
required_version = ">= 0.12.0"
required_version = ">= 0.12.31"

required_providers {
azuread = ">= 0.11"
azurerm = "~> 2.26.0"
random = ">= 2.1"
lacework = {
source = "lacework/lacework"
version = "~> 0.2.0"
version = "~> 0.3"
}
}
}

0 comments on commit 63b4ea1

Please sign in to comment.