mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-17 23:13:46 +01:00
docs: Add more description in cluster_encryption_config input variable (#2609)
Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
This commit is contained in:
@@ -99,7 +99,7 @@ variable "outpost_config" {
|
||||
}
|
||||
|
||||
variable "cluster_encryption_config" {
|
||||
description = "Configuration block with encryption configuration for the cluster"
|
||||
description = "Configuration block with encryption configuration for the cluster. To disable secret encryption, set this value to `{}`"
|
||||
type = any
|
||||
default = {
|
||||
resources = ["secrets"]
|
||||
|
||||
Reference in New Issue
Block a user