fix: Remove trailing hyphen from cluster security group and iam role name prefix (#1745)

This commit is contained in:
Devin Young
2022-01-06 15:29:15 -05:00
committed by GitHub
parent b2f6b19b71
commit 7089c71e64
4 changed files with 11 additions and 2 deletions

View File

@@ -10,6 +10,12 @@ variable "tags" {
default = {}
}
variable "prefix_separator" {
description = "The separator to use between the prefix and the generated timestamp for resource names"
type = string
default = "-"
}
################################################################################
# Cluster
################################################################################