Releases: fastly/terraform-provider-fastly
Releases · fastly/terraform-provider-fastly
v0.27.0
0.27.0 (March 16, 2021)
ENHANCEMENTS:
- Terraform Plugin SDK Upgrade #379
- Automate developer override for testing locally built provider #382
v0.26.0
0.26.0 (March 5, 2021)
ENHANCEMENTS:
- Better sensitive value handling in Google pub/sub logging provider #376
BUG FIXES:
- Fix panic caused by incorrect type assert #377
v0.25.0
0.25.0 (February 26, 2021)
ENHANCEMENTS:
- Add TLSCLientCert and TLSClientKey options for splunk logging (#353)
- Add Dictionary to Compute service (#361)
- Resources for Custom TLS and Platform TLS products (#364)
- Managed TLS Subscriptions Resources (#365)
- Ensure schema.Set uses custom SetDiff algorithm (#366)
- Test speedup (#371)
- Add service test sweeper (#373)
- Add force_destroy flag to ACLs and Dicts to allow deleting non-empty lists (#372)
v0.24.0
0.24.0 (February 4, 2021)
ENHANCEMENTS:
- CI: check if docs need to be regenerated (#362)
- Update go-fastly dependency to 3.0.0 (#359)
BUG FIXES:
- Replace old doc generation process with new tfplugindocs tool (#356)
v0.23.0
0.23.0 (January 14, 2021)
ENHANCEMENT:
- Add support for kafka endpoints with sasl options (#342)
v0.22.0
0.22.0 (January 08, 2021)
ENHANCEMENT:
- Add Kinesis logging support (#351)
v0.21.3
0.21.3 (January 04, 2021)
NOTES:
- provider: Change version of go-fastly to v2.0.0 (#341)
v0.21.2
0.21.2 (December 16, 2020)
BUG FIXES:
- resource/fastly_service_*: Ensure we still refresh remote state when
activate
is set to false
(#345)
v0.21.1
0.21.1 (October 15, 2020)
BUG FIXES:
- resource/fastly_service_waf_configuration: Guard
rule_exclusion
read to ensure API is only called if used. (#330)
v0.21.0
0.21.0 (October 14, 2020)
ENHANCEMENTS:
- resource/fastly_service_waf_configuration: Add
rule_exclusion
block which allows rules to be excluded from the WAF configuration. (#328)
NOTES:
- provider: Change version of go-fastly to v2.0.0-alpha.1 (#327)