Skip to content

Commit

Permalink
fix(command): typo in the tags parameter description (#9)
Browse files Browse the repository at this point in the history
Signed-off-by: Jean-Philippe Lachance <jplachance@coveo.com>
  • Loading branch information
JPLachance authored Mar 5, 2021
1 parent d3b9866 commit b629a8c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,9 @@ resource "aws_ssm_document" "setup_lacework_agent" {
default = var.lacework_access_token
}

# TODO: Figure out the proper way of passing tags to our bash script, currently does not generate a valid config.json file
Tags = {
type = "String"
description = "The Lacework agent token"
description = "The Lacework agent tags"
default = jsonencode(var.lacework_agent_tags)
}
}
Expand Down

0 comments on commit b629a8c

Please sign in to comment.