Skip to content

Commit

Permalink
Remove s3_bucket_url module output as it isn't an accessable URL
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanio committed Sep 20, 2017
1 parent 9f68c1d commit 77ea860
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ output "s3_bucket_name" {
value = "${aws_s3_bucket.content.id}"
}

output "s3_bucket_url" {
value = "http://${aws_s3_bucket.content.bucket_domain_name}/"
}

output "cloudfront_distribution_id" {
value = "${aws_cloudfront_distribution.website.id}"
}
Expand Down

0 comments on commit 77ea860

Please sign in to comment.