mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-09-15 22:31:45 +02:00
feat: Allow to pass prefix for rule names (#2437)
This commit is contained in:
@@ -224,3 +224,13 @@ variable "create_instance_profile" {
|
||||
type = bool
|
||||
default = true
|
||||
}
|
||||
|
||||
################################################################################
|
||||
# Event Bridge Rules
|
||||
################################################################################
|
||||
|
||||
variable "rule_name_prefix" {
|
||||
description = "Prefix used for all event bridge rules"
|
||||
type = string
|
||||
default = "Karpenter"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user