Skip to content

Commit

Permalink
provider/aws: Updated documentation for Cloudfront (#13874)
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
Ninir authored and stack72 committed Apr 23, 2017
1 parent 2279d8a commit 891e517
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 891e517

Please sign in to comment.