Skip to content

Commit

Permalink
ListenerRule: Do not replace for priority tweaks (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmahfigma authored and maxbfigma committed Nov 8, 2021
1 parent fe48fad commit 669fd4a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/service/elbv2/listener_rule.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ func ResourceListenerRule() *schema.Resource {
Type: schema.TypeInt,
Optional: true,
Computed: true,
ForceNew: true,
// ForceNew: true is not needed as this provider does use SetRulePriorities for updates
// https://github.com/hashicorp/terraform-provider-aws/pull/9848
ValidateFunc: validListenerRulePriority,
},
"action": {
Expand Down

0 comments on commit 669fd4a

Please sign in to comment.