mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-17 23:13:46 +01:00
feat: Allow to pass prefix for rule names (#2437)
This commit is contained in:
committed by
GitHub
parent
a8e0de0b3f
commit
68fe60f1c4
@@ -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