From f7b85777d638210c4a3ad01ccc80a4b1b4a00dad Mon Sep 17 00:00:00 2001 From: Andy Chan Date: Fri, 11 Mar 2016 15:31:57 -0800 Subject: [PATCH] Added documentation for kms alias name_prefix --- website/source/docs/providers/aws/r/kms_alias.html.markdown | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/website/source/docs/providers/aws/r/kms_alias.html.markdown b/website/source/docs/providers/aws/r/kms_alias.html.markdown index 9efe4377c..3320b3db4 100644 --- a/website/source/docs/providers/aws/r/kms_alias.html.markdown +++ b/website/source/docs/providers/aws/r/kms_alias.html.markdown @@ -28,7 +28,10 @@ resource "aws_kms_alias" "a" { The following arguments are supported: -* `name` - (Required) The display name of the alias. The name must start with the word "alias" followed by a forward slash (alias/) + +* `name` - (Optional) The display name of the alias. The name must start with the word "alias" followed by a forward slash (alias/) +* `name_prefix` - (Optional) Creates an unique alias beginning with the specified prefix. +The name must start with the word "alias" followed by a forward slash (alias/). Conflicts with `name`. * `target_key_id` - (Required) Identifier for the key for which the alias is for, can be either an ARN or key_id. ## Attributes Reference