Skip to content

Commit

Permalink
added read in the end of creation
Browse files Browse the repository at this point in the history
  • Loading branch information
KNechaevWallarm committed Dec 3, 2024
1 parent 6d6da4f commit 300b552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wallarm/resource_rule_set_response_header.go
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ func resourceWallarmSetResponseHeaderCreate(d *schema.ResourceData, m interface{
d.Set("rule_id", actionResp.Body.ID)
d.Set("client_id", clientID)

return nil
return resourceWallarmRegexRead(d, m)
}

func resourceWallarmSetResponseHeaderRead(d *schema.ResourceData, m interface{}) error {
Expand Down

0 comments on commit 300b552

Please sign in to comment.