Skip to content

Releases: magnolia-sre/terraform-fastly-cdn-service

v1.2.0 Include `product_enablement` TF new resource - image_optimizer option

17 Apr 11:50
f821ef2
Compare
Choose a tag to compare
  • Block resource to activate/deactivate image_optimizer feature in fastly services

What's Changed

  • SRE-4803 Upgrade CDN fastly module to use product_enablement feature by @jvalderrama in #12

Full Changelog: 1.1.4...1.2.0

v1.1.4 Configurable Timeouts

12 Feb 14:17
486e3f0
Compare
Choose a tag to compare

Backend timeouts can be configured using connect_timeout, first_byte_timeout and between_bytes_timeout.

v1.1.3 HTTP compression

25 Jan 16:03
51b1c3e
Compare
Choose a tag to compare

HTTP compression can be enabled using the new enable_compression module parameter, behaviour can be fine-tuned via compression_content_types and compression_extensions.

Internal ticket reference # SRE-4570

Support managed_dns_challenges

03 Nov 09:09
Compare
Choose a tag to compare
  • Fix bug in v1.1.1 managed_dns_challenges
  • Use pesisimistic TF provider's versions

Fix deprecated parameter managed_dns_challenge

31 Oct 14:48
479247e
Compare
Choose a tag to compare

1.1.1

  • Replace managed_dns_challenge (Map of String, Deprecated) The details required to configure DNS to respond to ACME DNS challenge in order to verify domain ownership by managed_dns_challenges (Set of Object) A list of options for configuring DNS to respond to ACME DNS challenge in order to verify domain ownership
  • Update README with versions

Make request_settings optional

22 Jul 14:37
Compare
Choose a tag to compare
1.0.3

Enable forced SSL by default for Fastly service

Add support for multiple domains in a Fastly service

27 Jun 14:24
2c33270
Compare
Choose a tag to compare
Merge pull request #5 from magnolia-sre/SRE-3333

SRE-3333 Support multiple domains in a fastly service

Minor update to terraform-fastly-cdn-service module

13 Jun 14:30
Compare
Choose a tag to compare
1.0.1

Fix bug in template file datadog feature

Initial release of Magnolia terraform fastly service

25 May 14:28
Compare
Choose a tag to compare
1.0.0

Update examples to a standardised structure