From 7c4fc20640f869223aaafd35e1fface7e4256036 Mon Sep 17 00:00:00 2001 From: satyajeet nayak Date: Tue, 24 Sep 2024 17:49:31 +0530 Subject: [PATCH] Updated the description for the id attributes in the aws_kms_alias data source documentation to reflect their distinct purposes Signed-off-by: satyajeet nayak --- website/docs/d/kms_alias.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/d/kms_alias.html.markdown b/website/docs/d/kms_alias.html.markdown index 0564f3ac005..06c4385b9f9 100644 --- a/website/docs/d/kms_alias.html.markdown +++ b/website/docs/d/kms_alias.html.markdown @@ -29,7 +29,7 @@ data "aws_kms_alias" "s3" { This data source exports the following attributes in addition to the arguments above: * `arn` - Amazon Resource Name(ARN) of the key alias. -* `id` - Amazon Resource Name(ARN) of the key alias. +* `id` - The unique identifier for the key alias. * `target_key_id` - Key identifier pointed to by the alias. * `target_key_arn` - ARN pointed to by the alias. * `name` - Name of the alias