Skip to content

Commit

Permalink
chore: pessimistic version pinning on minor releases of dependent mod…
Browse files Browse the repository at this point in the history
…ules (#12)

Signed-off-by: Scott Ford <scott.ford@lacework.net>
  • Loading branch information
scottford-lw authored May 6, 2021
1 parent 63b4ea1 commit 9993402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ locals {

module "az_cfg_ad_application" {
source = "lacework/ad-application/azure"
version = "~> 0.1.0"
version = "~> 0.1"
create = var.use_existing_ad_application ? false : true
application_name = var.application_name
application_identifier_uris = var.application_identifier_uris
Expand Down

0 comments on commit 9993402

Please sign in to comment.