You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,8 +66,10 @@ No modules.
66
66
| <aname="output_cloudfront_dns_name"></a> [cloudfront\_dns\_name](#output\_cloudfront\_dns\_name)| The DNS name for the CloudFront distribution, managed by Route 53, if CDN is enabled. |
67
67
| <aname="output_cloudfront_website_url"></a> [cloudfront\_website\_url](#output\_cloudfront\_website\_url)| The website URL served through CloudFront when CDN is enabled. Empty if CDN is disabled. |
68
68
| <aname="output_s3_bucket_arn"></a> [s3\_bucket\_arn](#output\_s3\_bucket\_arn)| The ARN of the S3 bucket. |
69
+
| <aname="output_s3_bucket_domain_name"></a> [s3\_bucket\_domain\_name](#output\_s3\_bucket\_domain\_name)| The domain name of the S3 bucket (legacy global endpoint). |
69
70
| <aname="output_s3_bucket_id"></a> [s3\_bucket\_id](#output\_s3\_bucket\_id)| The unique ID of the S3 bucket. |
70
71
| <aname="output_s3_bucket_region"></a> [s3\_bucket\_region](#output\_s3\_bucket\_region)| The AWS region where the S3 bucket is deployed. |
72
+
| <aname="output_s3_bucket_regional_domain_name"></a> [s3\_bucket\_regional\_domain\_name](#output\_s3\_bucket\_regional\_domain\_name)| The regional domain name of the S3 bucket (recommended for CloudFront origins). |
71
73
| <aname="output_s3_logging_bucket"></a> [s3\_logging\_bucket](#output\_s3\_logging\_bucket)| The ID of the S3 bucket used for logging, if logging is enabled. Null if logging is disabled. |
72
74
| <aname="output_s3_website_url"></a> [s3\_website\_url](#output\_s3\_website\_url)| The HTTP URL of the S3 static website. Note: HTTPS is not natively supported by S3. |
73
75
| <aname="output_website_url"></a> [website\_url](#output\_website\_url)| The dynamic website URL, using Route 53 custom domain if CDN is enabled, otherwise S3. |
0 commit comments