Skip to content

Commit 0691910

Browse files
chore: set local var module name (#80)
Signed-off-by: Darren Murray <darren.murray@lacework.net>
1 parent bcebe60 commit 0691910

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lacework_node.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ locals {
1818
config_items = var.lacework_enable_default_syscall_config ? ["config.json", "syscall_config.yaml"] : ["config.json"]
1919

2020
version_file = "${abspath(path.module)}/VERSION"
21-
module_name = basename(abspath(path.module))
21+
module_name = "terraform-kubernetes-agent"
2222
module_version = fileexists(local.version_file) ? file(local.version_file) : ""
2323
}
2424

0 commit comments

Comments
 (0)