mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-24 18:31:09 +01:00
docs: Update KMS Key Default Policy Description (#2176)
This commit is contained in:
@@ -145,7 +145,7 @@ variable "enable_kms_key_rotation" {
|
||||
}
|
||||
|
||||
variable "kms_key_enable_default_policy" {
|
||||
description = "Specifies whether to enable the default key policy. Defaults to `true`"
|
||||
description = "Specifies whether to enable the default key policy. Defaults to `false`"
|
||||
type = bool
|
||||
default = false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user