Skip to content

Commit

Permalink
Add additional output for S3 logging bucket name
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanio committed Nov 12, 2017
1 parent cddf21c commit 37d0691
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ output "s3_bucket_name" {
value = "${aws_s3_bucket.content.id}"
}

output "s3_logging_name" {
description = "The name of the S3 logging bucket that access logs will be saved to."
value = "${aws_s3_bucket.logs.id}"
}

output "cloudfront_distribution_id" {
description = "The ID of the CloudFront Distribution."
value = "${aws_cloudfront_distribution.website.id}"
Expand Down

0 comments on commit 37d0691

Please sign in to comment.