Skip to content

Commit 32fabff

Browse files
Merge branch 'proj/linode-interfaces' into new/linode-interfaces-vpc-dual-stack
2 parents 9fd4d57 + 8c28fb0 commit 32fabff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linode/firewall/framework_resource.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ func (r *Resource) Update(
207207
return
208208
}
209209

210-
interfaceIDs := helper.ExpandFwInt64Set(plan.NodeBalancers, &resp.Diagnostics)
210+
interfaceIDs := helper.ExpandFwInt64Set(plan.Interfaces, &resp.Diagnostics)
211211
if resp.Diagnostics.HasError() {
212212
return
213213
}

0 commit comments

Comments
 (0)