You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,16 @@
1
-
## 0.20.0 (Unreleased)
1
+
## 0.21.0 (Unreleased)
2
+
3
+
## 0.20.0 (August 10, 2020)
4
+
5
+
FEATURES:
6
+
7
+
***New Data Source:**`fastly_waf_rules` Use this data source to fetch Fastly WAF rules and pass to a `fastly_service_waf_configuration`. ([#291](https://github.com/terraform-providers/terraform-provider-fastly/pull/291))
8
+
***New Resource:**`fastly_service_waf_configuration` Provides a Web Application Firewall configuration and rules that can be applied to a service. ([#291](https://github.com/terraform-providers/terraform-provider-fastly/pull/291))
9
+
10
+
ENHANCEMENTS:
11
+
12
+
* resource/fastly_service_v1/waf: Add `waf` block to enable and configure a Web Application Firewall on a service. ([#285](https://github.com/terraform-providers/terraform-provider-fastly/pull/285))
0 commit comments