fix comments

This commit is contained in:
murggu
2022-11-18 22:12:00 +01:00
parent a0ddf338d3
commit eb6b615ae3
14 changed files with 42 additions and 58 deletions

View File

@ -1,4 +1,4 @@
locals {
basename = "${var.name}-${var.environment}"
basename = "${var.name}-${var.environment}"
safe_basename = replace(local.basename, "-", "")
}