Releases: DNXLabs/terraform-aws-ecs-app-front
1.12.1
1.12.0
Merge pull request #20 from DNXLabs/feature/dynamic_custom_error_resp…
1.11.0
1.10.1
What's Changed
- Add project guidelines and issue/prs templates by @caiovfernandes in #12
- 📦 NEW: Add CONTRIBUTING.md by @caiovfernandes in #13
- 🐛 FIX: Terraform docs CI by @caiovfernandes in #14
- 🩹 fix account-alias usage by @wvxavier in #17
New Contributors
- @caiovfernandes made their first contribution in #12
- @wvxavier made their first contribution in #17
Full Changelog: 1.10.0...1.10.1
1.10.0
Include the origin_access_identity property when using a S3 bucket as origin.
1.9.1
Fix Bugs:
- Include flag s3 in dynamic origin block to avoid include some parameters when origin is from s3.
1.9.0
1.8.0
Version 1.8.0
Update cloudfront resource
-
Update default certificate to TLSv1.2_2018
-
Include new variables:
-
iam_certificate_id
Description: Specifies IAM certificate id for CloudFront distribution
Type: string
Default: null -
minimum_protocol_version
Description: The minimum version of the SSL protocol that you want CloudFront to use for HTTPS connections.
One of SSLv3, TLSv1, TLSv1_2016, TLSv1.1_2016 or TLSv1.2_2018. Default: TLSv1.2_2018.
NOTE: If you are using a custom certificate (specified with acm_certificate_arn or iam_certificate_id),
and have specified sni-only in ssl_support_method, TLSv1 or later must be specified.
If you have specified vip in ssl_support_method, only SSLv3 or TLSv1 can be specified.
If you have specified cloudfront_default_certificate, TLSv1 must be specified.
Type: String
Default: TLSv1.2_2018 -
restriction_type
Description: The restriction type of your CloudFront distribution geolocation restriction. Options include none, whitelist, blacklist
Type: string
Default: “none” -
restriction_location
Description: The ISO 3166-1-alpha-2 codes for which you want CloudFront either to distribute your content (whitelist) or not distribute your content (blacklist)
Type: list
Default: [] -
dynamic_custom_origin_config
Description: Configuration for the custom origin config to be used in dynamic block
Type: any
Default: [] -
dynamic_ordered_cache_behavior
Description: Ordered Cache Behaviors to be used in dynamic block
Type: any
Default: []
-
-
Include dynamic block for:
- ordered_cache_behavior
- origin