Skip to content

Releases: fastly/terraform-provider-fastly

v0.20.4

30 Sep 15:56
v0.20.4
665997a
Compare
Choose a tag to compare

0.20.4 (September 30, 2020)

NOTES:

  • resource/fastly_service_acl_entries_v1: Change ACL documentation examples to use for_each attributes instead of for expressions. (#324)
  • resource/fastly_service_dictionary_items_v1: Change Dictionary documentation examples to use for_each attributes instead of for expressions. (#324)
  • resource/fastly_service_dynamic_snippet_content_v1: Change Dynamic Snippet documentation examples to use for_each attributes instead of for expressions. (#324)
  • resource/fastly_service_waf_configuration: Correctly mark allowed_request_content_type_charset as optional in documentation. (#324)

v0.20.3

23 Sep 14:08
v0.20.3
8839be6
Compare
Choose a tag to compare

0.20.3 (September 23, 2020)

BUG FIXES:

  • resource/fastly_service_v1/bigquerylogging: Ensure BigQuery logging email, secret_key fields are required and not optional. (#319)

v0.20.2

22 Sep 09:36
v0.20.2
0ec8398
Compare
Choose a tag to compare

0.20.2 (September 22, 2020)

BUG FIXES:

  • resource/fastly_service_v1: Improve performance of service read and delete logic. (#311)
  • resource/fastly_service_v1/logging_scalyr: Ensure token field is sensitive and thus hidden from plan. (#310)

NOTES:

  • resource/fastly_service_v1/s3logging: Document server_side_encryption and server_side_encryption_kms_key_id fields. (#317)

v0.20.1

02 Sep 14:09
v0.20.1
e1aca96
Compare
Choose a tag to compare

0.20.1 (September 2, 2020)

BUG FIXES:

  • resource/fastly_service_v1/backend: Ensure changes to backend fields result in updates instead of destroy and recreate. (#304)
  • resource/fastly_service_v1/logging_*: Fix logging acceptance tests by ensuring formatVersion in VCLLoggingAttributes is a *uint. (#307)

NOTES:

v0.20.0

10 Aug 14:42
v0.20.0
f6e9e93
Compare
Choose a tag to compare

0.20.0 (August 10, 2020)

FEATURES:

  • New Data Source: fastly_waf_rules Use this data source to fetch Fastly WAF rules and pass to a fastly_service_waf_configuration. (#291)
  • New Resource: fastly_service_waf_configuration Provides a Web Application Firewall configuration and rules that can be applied to a service. (#291)

ENHANCEMENTS:

  • resource/fastly_service_v1/waf: Add waf block to enable and configure a Web Application Firewall on a service. (#285)

v0.19.3

30 Jul 16:41
v0.19.3
d115b6d
Compare
Choose a tag to compare

0.19.3 (July 30, 2020)

NOTES: