diff --git a/CHANGELOG.md b/CHANGELOG.md index 56e5c1f..fa9130e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.28.0 (April 30, 2024) + +ENHANCEMENTS: + +* Add domain `cloudfront_distribution` name attribute as output (thanks @julb) + ## 0.27.3 (April 23, 2024) FIXES: diff --git a/README.md b/README.md index 02e7472..040043d 100644 --- a/README.md +++ b/README.md @@ -281,6 +281,7 @@ No modules. | [creation\_date](#output\_creation\_date) | The date the user pool was created | | [domain\_app\_version](#output\_domain\_app\_version) | The app version | | [domain\_aws\_account\_id](#output\_domain\_aws\_account\_id) | The AWS account ID for the user pool owner | +| [domain\_cloudfront\_distribution](#output\_domain\_cloudfront\_distribution) | The name of the CloudFront distribution | | [domain\_cloudfront\_distribution\_arn](#output\_domain\_cloudfront\_distribution\_arn) | The ARN of the CloudFront distribution | | [domain\_cloudfront\_distribution\_zone\_id](#output\_domain\_cloudfront\_distribution\_zone\_id) | The ZoneID of the CloudFront distribution | | [domain\_s3\_bucket](#output\_domain\_s3\_bucket) | The S3 bucket where the static files for this domain are stored |