Skip to content

Commit f3d4b9d

Browse files
authored
v0.25.0 (#374)
* Format files using 'terraform fmt' command. * CHANGELOG 0.25.0
1 parent 69e1e57 commit f3d4b9d

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
1-
## 0.25.0 (Unreleased)
1+
## 0.26.0 (Unreleased)
2+
3+
## 0.25.0 (February 26, 2021)
4+
5+
ENHANCEMENTS:
6+
7+
* Add TLSCLientCert and TLSClientKey options for splunk logging ([#353](https://github.com/fastly/terraform-provider-fastly/pull/353))
8+
* Add Dictionary to Compute service ([#361](https://github.com/fastly/terraform-provider-fastly/pull/361))
9+
* Resources for Custom TLS and Platform TLS products ([#364](https://github.com/fastly/terraform-provider-fastly/pull/364))
10+
* Managed TLS Subscriptions Resources ([#365](https://github.com/fastly/terraform-provider-fastly/pull/365))
11+
* Ensure schema.Set uses custom SetDiff algorithm ([#366](https://github.com/fastly/terraform-provider-fastly/pull/366))
12+
* Test speedup ([#371](https://github.com/fastly/terraform-provider-fastly/pull/371))
13+
* Add service test sweeper ([#373](https://github.com/fastly/terraform-provider-fastly/pull/373))
14+
* Add force_destroy flag to ACLs and Dicts to allow deleting non-empty lists ([#372](https://github.com/fastly/terraform-provider-fastly/pull/372))
215

316
## 0.24.0 (February 4, 2021)
417

fastly/block_fastly_waf_configuration_v1_exclusion_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ func TestAccFastlyServiceWAFVersionV1FlattenWAFRuleExclusions(t *testing.T) {
9393

9494
func TestAccFastlyServiceWAFVersionV1Validation(t *testing.T) {
9595
// As we use a 'table test' which executes a `resource.Test` multiple times within a for-loop, we don't utilise the
96-
// `resource.ParallelTest` function but instead call t.Parallel(). The use of t.Parallel() must happen outside of
96+
// `resource.ParallelTest` function but instead call t.Parallel(). The use of t.Parallel() must happen outside of
9797
// the for-loop otherwise it would be executed multiple times, leading to a runtime panic.
9898
t.Parallel()
9999

0 commit comments

Comments
 (0)