We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcebe60 commit 0691910Copy full SHA for 0691910
lacework_node.tf
@@ -18,7 +18,7 @@ locals {
18
config_items = var.lacework_enable_default_syscall_config ? ["config.json", "syscall_config.yaml"] : ["config.json"]
19
20
version_file = "${abspath(path.module)}/VERSION"
21
- module_name = basename(abspath(path.module))
+ module_name = "terraform-kubernetes-agent"
22
module_version = fileexists(local.version_file) ? file(local.version_file) : ""
23
}
24
0 commit comments