Releases: fastly/terraform-provider-fastly
Releases · fastly/terraform-provider-fastly
v0.20.4
0.20.4 (September 30, 2020)
NOTES:
- resource/fastly_service_acl_entries_v1: Change ACL documentation examples to use
for_each
attributes instead offor
expressions. (#324) - resource/fastly_service_dictionary_items_v1: Change Dictionary documentation examples to use
for_each
attributes instead offor
expressions. (#324) - resource/fastly_service_dynamic_snippet_content_v1: Change Dynamic Snippet documentation examples to use
for_each
attributes instead offor
expressions. (#324) - resource/fastly_service_waf_configuration: Correctly mark
allowed_request_content_type_charset
as 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
token
field issensitive
and thus hidden from plan. (#310)
NOTES:
- resource/fastly_service_v1/s3logging: Document
server_side_encryption
andserver_side_encryption_kms_key_id
fields. (#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)
v0.20.0
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 afastly_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)