This release contains breaking changes.
- Upgrade cloudfront module
- Upgrade s3 bucket module
- Deprecated output values
This release contains breaking changes.
- Using
terraform-aws-cloudfront
module for creating distributions instead of Terraform resource - Using
terraform-aws-s3-bucket
module for creating log buckets instead of Terraform resource
- Remove region from
aws_s3_bucket
block since AWS provider v3 doesn't support it anymore
- Web ACL ARN for WAF association
- Origin domain name can now be provided manually
- S3 bucket for Cloudfront access logs
- Initial commit