diff --git a/main.tf b/main.tf index 4263d4b..986fcd1 100644 --- a/main.tf +++ b/main.tf @@ -88,7 +88,7 @@ locals { ) version_file = "${abspath(path.module)}/VERSION" - module_name = basename(abspath(path.module)) + module_name = "terraform-gcp-config" module_version = fileexists(local.version_file) ? file(local.version_file) : "" }