docs: Add more description in cluster_encryption_config input variable (#2609)

Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
This commit is contained in:
김세환
2023-05-17 23:13:02 +09:00
committed by GitHub
parent 36fc3b08e4
commit 703a76bf89
3 changed files with 3 additions and 3 deletions

View File

@@ -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"]