File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 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 ) )
2
15
3
16
## 0.24.0 (February 4, 2021)
4
17
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ func TestAccFastlyServiceWAFVersionV1FlattenWAFRuleExclusions(t *testing.T) {
93
93
94
94
func TestAccFastlyServiceWAFVersionV1Validation (t * testing.T ) {
95
95
// 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
97
97
// the for-loop otherwise it would be executed multiple times, leading to a runtime panic.
98
98
t .Parallel ()
99
99
You can’t perform that action at this time.
0 commit comments