From 891e517879e04bd9e50b29693ff6b3c25bce00a1 Mon Sep 17 00:00:00 2001 From: Gauthier Wallet Date: Sun, 23 Apr 2017 03:53:45 +0200 Subject: [PATCH] provider/aws: Updated documentation for Cloudfront (#13874) This adds the missing exported attribute named `ARN`, as exposed [in the code](https://github.com/hashicorp/terraform/blob/master/builtin/providers/aws/resource_aws_cloudfront_distribution.go#L592). --- .../docs/providers/aws/r/cloudfront_distribution.html.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/source/docs/providers/aws/r/cloudfront_distribution.html.markdown b/website/source/docs/providers/aws/r/cloudfront_distribution.html.markdown index cfb25c0d0..8f7b7db8e 100644 --- a/website/source/docs/providers/aws/r/cloudfront_distribution.html.markdown +++ b/website/source/docs/providers/aws/r/cloudfront_distribution.html.markdown @@ -368,6 +368,8 @@ The following attributes are exported: * `id` - The identifier for the distribution. For example: `EDFDVBD632BHDS5`. + * `arn` - The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your AWS account ID. + * `caller_reference` - Internal value used by CloudFront to allow future updates to the distribution configuration.