Skip to content

Releases: fastly/terraform-provider-fastly

v0.30.0

13 May 09:13
v0.30.0
e17d5cb

Choose a tag to compare

0.30.0 (May 12, 2021)

ENHANCEMENTS:

  • Add director support for compute resource #410

v0.29.1

07 May 09:42
v0.29.1
347e29f

Choose a tag to compare

0.29.1 (May 7, 2021)

BUG FIXES:

  • Fix Header resource key names #407

v0.29.0

04 May 15:10
v0.29.0
7dd92b4

Choose a tag to compare

0.29.0 (May 4, 2021)

ENHANCEMENTS:

  • Add support for file_max_bytes configuration for Azure logging endpoint #398
  • Support usage of IAM role in S3 and Kinesis logging endpoints #403
  • Add support for compression_codec to logging file sink endpoints #402

DOCUMENTATION:

  • Update debug mode instructions for Terraform 0.12.x #405

OTHER:

  • Replace master with main. #404

v0.28.2

09 Apr 14:00
v0.28.2
1822462

Choose a tag to compare

0.28.2 (April 9, 2021)

BUG FIXES:

  • Catch case where state from older version could be unexpected #396

v0.28.1

08 Apr 15:41
v0.28.1
fcf1d34

Choose a tag to compare

0.28.1 (April 8, 2021)

BUG FIXES:

  • Clone from cloned_version not active_version #390

v0.28.0

08 Apr 09:00
v0.28.0
78072de

Choose a tag to compare

0.28.0 (April 6, 2021)

ENHANCEMENTS:

  • PATCH endpoint for TLS subscriptions #370
  • Ensure passwords are marked as sensitive #389
  • Add debug mode #386

BUG FIXES:

  • Fix custom TLS configuration incorrectly omitting DNS records data #392
  • Fix backend diff output incorrectly showing multiple resources being updated #387

DOCUMENTATION:

  • Terraform 0.12+ no longer uses interpolation syntax for non-constant expressions #384

v0.27.0

16 Mar 10:15
v0.27.0
4fb0175

Choose a tag to compare

0.27.0 (March 16, 2021)

ENHANCEMENTS:

  • Terraform Plugin SDK Upgrade #379
  • Automate developer override for testing locally built provider #382

v0.26.0

08 Mar 11:20
v0.26.0
d44dcbb

Choose a tag to compare

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

26 Feb 15:33
v0.25.0
f3d4b9d

Choose a tag to compare

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

04 Feb 13:17
v0.24.0
b11b76b

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)