Skip to content

Commit

Permalink
feat: add date 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 19, 2024
1 parent b1dfbb8 commit 2a5b3f7
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 @@ -88,7 +88,7 @@ resource "aws_ssm_document" "setup_lacework_agent" {
tags = var.aws_resources_tags
}

data "lacework_metrics" "lwmetrics" {
data "lacework_metric_module" "lwmetrics" {
name = local.module_name
version = local.module_version
}

0 comments on commit 2a5b3f7

Please sign in to comment.