diff --git a/main.tf b/main.tf index d7d726b..58ca671 100644 --- a/main.tf +++ b/main.tf @@ -98,7 +98,7 @@ locals { ] version_file = "${abspath(path.module)}/VERSION" - module_name = basename(abspath(path.module)) + module_name = "terraform-gcp-audit-log" module_version = fileexists(local.version_file) ? file(local.version_file) : "" }