Skip to content

Commit

Permalink
fix: Fixed service_edge_groups grace_distance_enabled attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
willguibr committed May 19, 2024
1 parent 4004079 commit 44c8bdf
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## 3.3.1 (May, 18 2024)

### Notes

- Release date: **(May, 18 2024)**
- Supported Terraform version: **v1.x**

### ENHACEMENTS
- [PR #455](https://github.com/zscaler/terraform-provider-zpa/pull/455) Added new data source `zpa_application_segment_by_type`. The data source allows for querying of application segments by type. The ``application_type`` attribute supports the following values: `BROWSER_ACCESS`, `INSPECT`, and `SECURE_REMOTE_ACCESS`

### Bug Fixes
- [PR #455](https://github.com/zscaler/terraform-provider-zpa/pull/455) Fixed resource `zpa_service_edge_group` due to misconfiguration in the importing function.

### Internal Changes
- [PR #454](https://github.com/zscaler/terraform-provider-zpa/pull/454) - Added Support to arbitrary clouds for testing purposes

## 3.3.0 (May, 17 2024)

### Notes
Expand Down
18 changes: 17 additions & 1 deletion docs/guides/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,26 @@ Track all ZPA Terraform provider's releases. New resources, features, and bug fi

---

``Last updated: v3.3.0``
``Last updated: v3.3.1``

---

## 3.3.1 (May, 18 2024)

### Notes

- Release date: **(May, 18 2024)**
- Supported Terraform version: **v1.x**

### ENHACEMENTS
- [PR #455](https://github.com/zscaler/terraform-provider-zpa/pull/455) Added new data source `zpa_application_segment_by_type`. The data source allows for querying of application segments by type. The ``application_type`` attribute supports the following values: `BROWSER_ACCESS`, `INSPECT`, and `SECURE_REMOTE_ACCESS`

### Bug Fixes
- [PR #455](https://github.com/zscaler/terraform-provider-zpa/pull/455) Fixed resource `zpa_service_edge_group` due to misconfiguration in the importing function.

### Internal Changes
- [PR #454](https://github.com/zscaler/terraform-provider-zpa/pull/454) - Added Support to arbitrary clouds for testing purposes

## 3.3.0 (May, 17 2024)

### Notes
Expand Down

0 comments on commit 44c8bdf

Please sign in to comment.