Skip to content

Commit

Permalink
chore: loosen up version pinnings
Browse files Browse the repository at this point in the history
Closes #26

Signed-off-by: Salim Afiune Maya <[email protected]>
  • Loading branch information
afiune committed Mar 17, 2021
1 parent 0678609 commit 8bbbd32
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 @@ -285,7 +285,7 @@ resource "aws_iam_policy" "cross_account_policy" {

module "lacework_ct_iam_role" {
source = "lacework/iam-role/aws"
version = "~> 0.1.0"
version = "~> 0.1"
create = var.use_existing_iam_role ? false : true
iam_role_name = local.iam_role_name
lacework_aws_account_id = var.lacework_aws_account_id
Expand Down

0 comments on commit 8bbbd32

Please sign in to comment.