Skip to content

Commit

Permalink
Updated CHANGELOG and release-notes
Browse files Browse the repository at this point in the history
  • Loading branch information
willguibr committed Mar 28, 2023
1 parent 5d19a62 commit 8f29b19
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
6 changes: 4 additions & 2 deletions docs/guides/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ Track all ZIA Terraform provider's releases. New resources, features, and bug fi

---

## 2.5.0 (March, 20 2023)
## 2.5.0 (March, 27 2023)

### Notes

- Release date: **(March, 20 2023)**
- Release date: **(March, 27 2023)**
- Supported Terraform version: **v1.x**

### Ehancements
Expand All @@ -38,6 +38,8 @@ Track all ZIA Terraform provider's releases. New resources, features, and bug fi

- [PR #212](https://github.com/zscaler/terraform-provider-zia/pull/212) ``zia_user_management``: Fixed flattening function to expand group attribute values. Issue [#205](https://github.com/zscaler/terraform-provider-zia/issues/205)

- [PR #214](https://github.com/zscaler/terraform-provider-zia/pull/214) ``zia_traffic_forwarding_gre_tunnel``: Fixed issue while creating GRE Tunnels. Issue #208

## 2.4.6 (March, 6 2023)

### Notes
Expand Down
2 changes: 1 addition & 1 deletion zia/data_source_zia_dlp_engines.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ func dataSourceDLPEngines() *schema.Resource {
Schema: map[string]*schema.Schema{
"id": {
Type: schema.TypeInt,
Computed: true,
Optional: true,
Description: "The unique identifier for the DLP engine.",
},
"name": {
Expand Down
3 changes: 0 additions & 3 deletions zia/resource_zia_traffic_forwarding_gre_tunnels.go
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,6 @@ func resourceTrafficForwardingGRETunnel() *schema.Resource {
}
}

// Provider is returning error during POST and PUT method when assigning the primary VIP
// "message":"Invalid primary data center VIP."
// Issue is more frequent when defining the attributes primary_dest_vip and secondary_dest_vip
func resourceTrafficForwardingGRETunnelCreate(d *schema.ResourceData, m interface{}) error {
zClient := m.(*Client)

Expand Down

0 comments on commit 8f29b19

Please sign in to comment.