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
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,20 @@
1
1
# Changelog
2
2
3
+
## 4.0.10 (April, 7 2025)
4
+
5
+
### Notes
6
+
7
+
- Release date: **(April, 7 2025)**
8
+
- Supported Terraform version: **v1.x**
9
+
10
+
### Bug Fixes
11
+
12
+
-[PR #416](https://github.com/zscaler/terraform-provider-zia/pull/416) - Fixed `zia_dlp_web_rules` sub rule reorder logic to ensure rules are ordered correctly.
13
+
-[PR #416](https://github.com/zscaler/terraform-provider-zia/pull/416) - Replaced attribute `malicious_urls` with `bypass_urls` in the resource `zia_atp_security_exceptions` documentation.
14
+
-[PR #416](https://github.com/zscaler/terraform-provider-zia/pull/416) - Fixed the flattening function `flattenIDExtensionsListIDs` and schema function `setIDsSchemaTypeCustom`. This will ensure Terraform identifies plan changes when block lists are removed from the configuration.
15
+
-[PR #416](https://github.com/zscaler/terraform-provider-zia/pull/416) - Fix to attribute the `order` attribute in all rule based resources to ensure consistency on ordering logic.
16
+
-[PR #416](https://github.com/zscaler/terraform-provider-zia/pull/416) - Fix custom order logic on the resource `zia_firewall_filtering_rules` to ensure pre-defined rules are placed in the correct position to prevent drifts
Copy file name to clipboardExpand all lines: docs/guides/release-notes.md
+16-1Lines changed: 16 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,10 +12,25 @@ description: |-
12
12
Track all ZIA Terraform provider's releases. New resources, features, and bug fixes will be tracked here.
13
13
14
14
---
15
-
``Last updated: v4.0.9``
15
+
``Last updated: v4.0.10``
16
16
17
17
---
18
18
19
+
## 4.0.10 (April, 7 2025)
20
+
21
+
### Notes
22
+
23
+
- Release date: **(April, 7 2025)**
24
+
- Supported Terraform version: **v1.x**
25
+
26
+
### Bug Fixes
27
+
28
+
-[PR #416](https://github.com/zscaler/terraform-provider-zia/pull/416) - Fixed `zia_dlp_web_rules` sub rule reorder logic to ensure rules are ordered correctly.
29
+
-[PR #416](https://github.com/zscaler/terraform-provider-zia/pull/416) - Replaced attribute `malicious_urls` with `bypass_urls` in the resource `zia_atp_security_exceptions` documentation.
30
+
-[PR #416](https://github.com/zscaler/terraform-provider-zia/pull/416) - Fixed the flattening function `flattenIDExtensionsListIDs` and schema function `setIDsSchemaTypeCustom`. This will ensure Terraform identifies plan changes when block lists are removed from the configuration.
31
+
-[PR #416](https://github.com/zscaler/terraform-provider-zia/pull/416) - Fix to attribute the `order` attribute in all rule based resources to ensure consistency on ordering logic.
32
+
-[PR #416](https://github.com/zscaler/terraform-provider-zia/pull/416) - Fix custom order logic on the resource `zia_firewall_filtering_rules` to ensure pre-defined rules are placed in the correct position to prevent drifts
Zscaler offers a dedicated tool called Zscaler-Terraformer to allow the automated import of ZIA configurations into Terraform-compliant HashiCorp Configuration Language.
0 commit comments