Skip to content

Commit

Permalink
Updated the description for the id attributes in the aws_kms_alias da…
Browse files Browse the repository at this point in the history
…ta source documentation to reflect their distinct purposes

Signed-off-by: satyajeet nayak <[email protected]>
  • Loading branch information
satyajeetjsr committed Sep 24, 2024
1 parent ed3ce27 commit 7c4fc20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/d/kms_alias.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7c4fc20

Please sign in to comment.