From 8b5445dcb656a3cd409305c74bc12f63a09d42a4 Mon Sep 17 00:00:00 2001 From: Rachel Sharp Date: Wed, 29 Apr 2020 13:55:37 -0400 Subject: [PATCH] Create outputs.tf --- outputs.tf | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 outputs.tf diff --git a/outputs.tf b/outputs.tf new file mode 100644 index 0000000..2a8d14f --- /dev/null +++ b/outputs.tf @@ -0,0 +1,3 @@ +output "endpoint" { + value = "${aws_s3_bucket.bucket.website_endpoint}/index.html" +}