Skip to content

Releases: fastly/terraform-provider-fastly

v0.24.0

04 Feb 13:17
v0.24.0
b11b76b
Compare
Choose a tag to compare

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

04 Feb 11:16
v0.23.0
44c9f1d
Compare
Choose a tag to compare

0.23.0 (January 14, 2021)

ENHANCEMENT:

  • Add support for kafka endpoints with sasl options (#342)

v0.22.0

08 Jan 14:27
v0.22.0
935066b
Compare
Choose a tag to compare

0.22.0 (January 08, 2021)

ENHANCEMENT:

  • Add Kinesis logging support (#351)

v0.21.3

04 Jan 14:14
v0.21.3
14acd4f
Compare
Choose a tag to compare

0.21.3 (January 04, 2021)

NOTES:

  • provider: Change version of go-fastly to v2.0.0 (#341)

v0.21.2

16 Dec 11:34
v0.21.2
17ca05d
Compare
Choose a tag to compare

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

15 Oct 15:55
v0.21.1
01896e4
Compare
Choose a tag to compare

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

14 Oct 16:07
v0.21.0
f02af04
Compare
Choose a tag to compare

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)

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)