Releases: magnolia-sre/terraform-fastly-cdn-service
Releases · magnolia-sre/terraform-fastly-cdn-service
v1.2.0 Include `product_enablement` TF new resource - image_optimizer option
- 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
Backend timeouts can be configured using connect_timeout
, first_byte_timeout
and between_bytes_timeout
.
v1.1.3 HTTP compression
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
- Fix bug in v1.1.1 managed_dns_challenges
- Use pesisimistic TF provider's versions
Fix deprecated parameter managed_dns_challenge
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
1.0.3 Enable forced SSL by default for Fastly service
Add support for multiple domains in a Fastly service
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
1.0.1 Fix bug in template file datadog feature
Initial release of Magnolia terraform fastly service
1.0.0 Update examples to a standardised structure