Skip to content

Commit 384ed74

Browse files
authored
Add cloudfront outputs for single-page-static-site (#115)
1 parent 55a18b5 commit 384ed74

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
+6
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1+
output "cloudfront_domain_name" {
2+
value = aws_cloudfront_distribution.s3_distribution.domain_name
3+
}
14

5+
output "cloudfront_hosted_zone_id" {
6+
value = aws_cloudfront_distribution.s3_distribution.hosted_zone_id
7+
}

0 commit comments

Comments
 (0)