Skip to content

Commit 1c9c5c7

Browse files
remove comments
1 parent 61f3ab2 commit 1c9c5c7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/terraform/node_resource_plan.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -698,7 +698,6 @@ func (n *nodeExpandPlannableResource) Actions() []addrs.ConfigAction {
698698
panic(fmt.Sprintf("failed to parse action trigger reference %s: %s", actionRef.Traversal, diags.Err()))
699699
}
700700
var action addrs.Action
701-
// TODO: This needs to take the provider field into account once we support it
702701
if a, ok := ref.Subject.(addrs.ActionInstance); ok {
703702
action = a.Action
704703
} else if a, ok := ref.Subject.(addrs.Action); ok {

0 commit comments

Comments
 (0)