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).
This commit is contained in:
Gauthier Wallet 2017-04-23 03:53:45 +02:00 committed by Paul Stack
parent 2279d8ae35
commit 891e517879
1 changed files with 2 additions and 0 deletions

View File

@ -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.