Releases: fastly/terraform-provider-fastly
Releases · fastly/terraform-provider-fastly
v0.23.0
v0.22.0
v0.21.3
v0.21.2
v0.21.1
v0.21.0
v0.20.4
0.20.4 (September 30, 2020)
NOTES:
- resource/fastly_service_acl_entries_v1: Change ACL documentation examples to use
for_eachattributes instead offorexpressions. (#324) - resource/fastly_service_dictionary_items_v1: Change Dictionary documentation examples to use
for_eachattributes instead offorexpressions. (#324) - resource/fastly_service_dynamic_snippet_content_v1: Change Dynamic Snippet documentation examples to use
for_eachattributes instead offorexpressions. (#324) - resource/fastly_service_waf_configuration: Correctly mark
allowed_request_content_type_charsetas optional in documentation. (#324)
v0.20.3
v0.20.2
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
tokenfield issensitiveand thus hidden from plan. (#310)
NOTES:
- resource/fastly_service_v1/s3logging: Document
server_side_encryptionandserver_side_encryption_kms_key_idfields. (#317)
v0.20.1
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:
- provider: Add a CONTRIBUTING.md containing contributing guidlines and documentation. (#305)