Skip to content

Releases: fastly/terraform-provider-fastly

v0.40.0

13 Jan 15:54
v0.40.0
81a8d1b

Choose a tag to compare

0.40.0 (January 13, 2022)

ENHANCEMENTS:

  • Bump go-fastly to v6.0.0 #525
  • Add new modsec_rule_ids filter to fastly_waf_rules #521
  • Force creation of new condition if type changed #518

DOCUMENTATION:

  • Simplify example in fastly_tls_subscription #516
  • Update VCL snippet type description #519

v0.39.0

09 Dec 18:02
v0.39.0
fa7f46d

Choose a tag to compare

0.39.0 (December 8, 2021)

ENHANCEMENTS:

  • Bump go-fastly to v5.1.3 #511
  • Expose certificate_id read-only attribute from fastly_tls_subscription #506
  • Dynamically generate provider version #500

BUG FIXES:

  • Fix constants formatting #504
  • Remove -i flag from go test #503

DOCUMENTATION:

  • Consistent description for attributes using constants #502
  • Update RELEASE.md #499

v0.38.0

05 Nov 17:09
a3553a7

Choose a tag to compare

0.38.0 (November 5, 2021)

BUG FIXES:

  • Do not send 0 subnet value unless explicitly set #496

DOCUMENTATION:

  • Utilise codefile and tffile functions from tfplugindocs #497

v0.37.0

01 Nov 18:39
v0.37.0
13edff8

Choose a tag to compare

0.37.0 (November 1, 2021)

BUG FIXES:

  • Ignore 404 on GetPackage when importing wasm service #487
  • Properly set IdleConnTimeout to prevent resource exhaustion on tests #491

ENHANCEMENTS:

  • Remove TLS subscriptions that 404 from state #479
  • Override Transport to enable keepalive and add new force_http2 provider option #485
  • Rename GNUmakefile to Makefile #483
  • Only update service name and comment if activate is true #481
  • Add use_tls attribute for Splunk logging #482

DOCUMENTATION:

  • Convert index.md to template to inject provider version #492

v0.36.0

15 Oct 08:33
v0.36.0
b293fad

Choose a tag to compare

0.36.0 (September 27, 2021)

BUG FIXES:

  • Bump go-fastly to v5 to fix API client bugs #477
  • Update terraform-json dependency so test suite runs successfully with Terraform v1 #474

ENHANCEMENTS:

  • Add support for stale-if-error #475

DOCUMENTATION:

  • Clarify edge private dictionary usage #472
  • Correct ACL typos #473

v0.35.0

15 Sep 10:09
v0.35.0
b52585f

Choose a tag to compare

0.35.0 (September 15, 2021)

ENHANCEMENTS:

  • Make backend block optional #457
  • Audit sensitive attributes #458
  • Tests should not error when no backends defined (now considered as warning) #462
  • Refactor service attribute handlers into CRUD-style functions #463
  • Change to accept multi-pem blocks #469
  • Bump go-fastly version #467

BUG FIXES:

  • Fix fastly_service_waf_configuration not updating rule attributes correctly #464
  • Correctly update version_comment #466

DEPRECATED:

  • Deprecate geo_headers attribute #456

v0.34.0

09 Aug 12:47
v0.34.0
d6326da

Choose a tag to compare

0.34.0 (August 9, 2021)

ENHANCEMENTS:

  • Avoid unnecessary state refresh when importing (and enable service version selection) #448

BUG FIXES:

  • Fix TLS Subscription updates not triggering update to managed DNS Challenges #453

v0.33.0

23 Jul 09:52
v0.33.0
6a1c47a

Choose a tag to compare

0.33.0 (July 16, 2021)

ENHANCEMENTS:

  • Upgrade to Go 1.16 to allow darwin/arm64 builds #447
  • Replace ActivateVCL call with Main field on CreateVCL #446
  • Add limitations for write_only dictionaries #445
  • Replace StateFunc with ValidateDiagFunc #439

BUG FIXES:

  • Don't use ParallelTest for no_auth data source #449
  • Introduce no_auth provider option #444
  • Suppress gzip diff unless fields are explicitly set #441
  • Fix parsing of log-levels by removing date/time prefix #440
  • Fix bug with fastly_tls_subscription multi-SAN challenge #435
  • Output variable refresh bug #388
  • Use correct 'shield' value #437
  • Fix default_host not being removed #434
  • In fastly_waf_rules data source, request rule revisions from API #428

v0.32.0

17 Jun 15:02
v0.32.0
f45c55b

Choose a tag to compare

0.32.0 (June 17, 2021)

ENHANCEMENTS:

  • Return 404 for non-existent service instead of a low-level nil entry error #422

BUG FIXES:

  • Fix runtime panic in request-settings caused by incorrect type cast #424
  • When activate=true, always read and clone from the active version #423

v0.31.0

14 Jun 12:31
v0.31.0
a6e275e

Choose a tag to compare

0.31.0 (June 14, 2021)

ENHANCEMENTS:

  • Add support for ACL and extra redundancy options in S3 logging block #417
  • Update default initial value for health check #414

BUG FIXES:

  • Only set cloned_version after the version has been successfully validated #418