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" +}