Skip to content

Commit

Permalink
feat: add lacework metrics data source
Browse files Browse the repository at this point in the history
Signed-off-by: Darren Murray <darren.murray@lacework.net>
  • Loading branch information
dmurray-lacework committed Jan 16, 2024
1 parent 8b08ee1 commit 3002000
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,5 @@ resource "aws_ssm_document" "setup_lacework_agent" {

data "lacework_metrics" "lwmetrics" {
name = basename(abspath(path.module))
version = file("${abspath(path.module)}}/VERSION")
}
version = file("${abspath(path.module)}/VERSION")
}

0 comments on commit 3002000

Please sign in to comment.