Added documentation for kms alias name_prefix
This commit is contained in:
parent
d6cd47fd5e
commit
f7b85777d6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue