docs: Update KMS Key Default Policy Description (#2176)

This commit is contained in:
pen-pal
2022-08-09 05:46:07 +05:45
committed by GitHub
parent 58285f37d1
commit 6d3fc1b93a
2 changed files with 2 additions and 2 deletions

View File

@@ -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
}