Skip to content

Releases: DNXLabs/terraform-aws-ecs-app-front

1.12.1

05 Nov 00:09
0e82d74
Compare
Choose a tag to compare
  • Add record_type variable

1.12.0

03 Jul 02:49
c014550
Compare
Choose a tag to compare
Merge pull request #20 from DNXLabs/feature/dynamic_custom_error_resp…

1.11.0

08 Mar 01:07
bfb5090
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.10.1...1.11.0

1.10.1

14 Feb 05:17
451633e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.10.0...1.10.1

1.10.0

10 Mar 23:04
Compare
Choose a tag to compare

Include the origin_access_identity property when using a S3 bucket as origin.

1.9.1

02 Oct 04:36
Compare
Choose a tag to compare

Fix Bugs:

  • Include flag s3 in dynamic origin block to avoid include some parameters when origin is from s3.

1.9.0

06 Jun 06:30
Compare
Choose a tag to compare

ENHANCEMENTS

  • Simpler hostnames attribute with list of hostnames for distribution

1.8.0

04 Jun 08:29
Compare
Choose a tag to compare

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

1.7.0

20 May 10:45
Compare
Choose a tag to compare

ENHANCEMENTS

  • Exposing cloudfront timeouts and setting read timeout to a default of 60s (also max)

1.6.0

02 May 07:49
Compare
Choose a tag to compare

ENHANCEMENTS

  • Renaming alarm for 500 errors to be more descriptive of the actual metric