signalsciences / terraform-provider-sigsci

Signal sciences terraform provider
MIT License
26 stars 30 forks source link

BUG/MEDIUM: rules: add redirect_url when flattening #200

Closed daniel-corbett closed 1 year ago

daniel-corbett commented 1 year ago

It was reported that when using redirect_url changes were being presented when applying a plan, even though there were not any changes being made.

This was due to redirect_url not being reset during rule flattening within flattenRuleActions.

This commit fixes that and adds redirect_url to the actionmap within flattenRuleActions.