mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-24 10:21:08 +01:00
fix: Remove trailing hyphen from cluster security group and iam role name prefix (#1745)
This commit is contained in:
@@ -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
|
||||
################################################################################
|
||||
|
||||
Reference in New Issue
Block a user