Skip to content

Commit 35c6ff2

Browse files
committed
Separate documentation section for nested block.
1 parent bfd297e commit 35c6ff2

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

website/docs/r/quicksight_key_registration.html.markdown

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,14 @@ resource "aws_quicksight_key_registration" "example" {
3131

3232
This resource supports the following arguments:
3333

34-
* `key_registration` - (Required) Registered keys.
35-
* `default_key` - (Optional) Whether the key is set as the default key for encryption and decryption use.
36-
* `key_arn` - (Required) ARN of the AWS KMS key that is registered for encryption and decryption use.
34+
* `key_registration` - (Required) Registered keys. See [key_registration](#key_registration).
3735
* `region` - (Optional) Region where this resource will be [managed](https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints). Defaults to the Region set in the [provider configuration](https://registry.terraform.io/providers/hashicorp/aws/latest/docs#aws-configuration-reference).
3836

37+
### key_registration
38+
39+
* `default_key` - (Optional) Whether the key is set as the default key for encryption and decryption use.
40+
* `key_arn` - (Required) ARN of the AWS KMS key that is registered for encryption and decryption use.
41+
3942
## Attribute Reference
4043

4144
This resource exports the following attributes in addition to the arguments above:

0 commit comments

Comments
 (0)