Commit 078e3fea authored by Felipe Martin's avatar Felipe Martin

Improved kms_key_id description

parent d07f41dc
...@@ -17,7 +17,7 @@ variable "storage_encrypted" { ...@@ -17,7 +17,7 @@ variable "storage_encrypted" {
} }
variable "kms_key_id" { variable "kms_key_id" {
description = "The ARN for the KMS encryption key. If creating an encrypted replica, set this to the destination KMS ARN." description = "The ARN for the KMS encryption key. If creating an encrypted replica, set this to the destination KMS ARN. If storage_encrypted is set to true and kms_key_id is not specified the default KMS key created in your account will be used"
default = "" default = ""
} }
......
...@@ -17,7 +17,7 @@ variable "storage_encrypted" { ...@@ -17,7 +17,7 @@ variable "storage_encrypted" {
} }
variable "kms_key_id" { variable "kms_key_id" {
description = "The ARN for the KMS encryption key. If creating an encrypted replica, set this to the destination KMS ARN." description = "The ARN for the KMS encryption key. If creating an encrypted replica, set this to the destination KMS ARN. If storage_encrypted is set to true and kms_key_id is not specified the default KMS key created in your account will be used"
default = "" default = ""
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment