Skip to content

Commit

Permalink
Fix: Fixed order drift within url_filtering_rule (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
willguibr authored Aug 29, 2023
1 parent b6a9606 commit b5fce4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zia/resource_zia_url_filtering_rules.go
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,7 @@ func resourceURLFilteringRulesRead(d *schema.ResourceData, m interface{}) error
_ = d.Set("enforce_time_validity", resp.EnforceTimeValidity)
_ = d.Set("action", resp.Action)
_ = d.Set("ciparule", resp.Ciparule)
_ = d.Set("order", resp.Order)

if err := d.Set("locations", flattenIDs(resp.Locations)); err != nil {
return err
Expand Down

0 comments on commit b5fce4c

Please sign in to comment.