From d8de124c896a7935778ae91466e4fbc4aee1bfe4 Mon Sep 17 00:00:00 2001 From: Radek Simko Date: Mon, 8 Feb 2016 10:11:40 +0000 Subject: [PATCH] provider/aws: Document log file validation + KMS Key ID in CloudTrail --- website/source/docs/providers/aws/r/cloudtrail.html.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/website/source/docs/providers/aws/r/cloudtrail.html.markdown b/website/source/docs/providers/aws/r/cloudtrail.html.markdown index 49cb04fca92c..030bccc9d4f7 100644 --- a/website/source/docs/providers/aws/r/cloudtrail.html.markdown +++ b/website/source/docs/providers/aws/r/cloudtrail.html.markdown @@ -75,9 +75,14 @@ The following arguments are supported: region or in all regions. Defaults to `false`. * `sns_topic_name` - (Optional) Specifies the name of the Amazon SNS topic defined for notification of log file delivery. +* `enable_log_file_validation` - (Optional) Specifies whether log file integrity validation is enabled. + Defaults to `false`. +* `kms_key_id` - (Optional) Specifies the KMS key ID to use to encrypt the logs delivered by CloudTrail. ## Attribute Reference The following attributes are exported: * `id` - The name of the trail. +* `home_region` - The region in which the trail was created. +* `arn` - The Amazon Resource Name of the trail.