Skip to content

Commit 98f7232

Browse files
committed
comments
1 parent 119f4c5 commit 98f7232

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

internal/toproto5/invoke_action_event.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ func ProgressInvokeActionEventType(ctx context.Context, event fwserver.InvokePro
2121
func CompletedInvokeActionEventType(ctx context.Context, event *fwserver.InvokeActionResponse) tfprotov5.InvokeActionEvent {
2222
return tfprotov5.InvokeActionEvent{
2323
Type: tfprotov5.CompletedInvokeActionEventType{
24-
// TODO:Actions: Add linked resources when they are implemented
24+
// TODO:Actions: Add linked resources once lifecycle/linked actions are implemented
2525
Diagnostics: Diagnostics(ctx, event.Diagnostics),
2626
},
2727
}

internal/toproto6/invoke_action_event.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ func ProgressInvokeActionEventType(ctx context.Context, event fwserver.InvokePro
2121
func CompletedInvokeActionEventType(ctx context.Context, event *fwserver.InvokeActionResponse) tfprotov6.InvokeActionEvent {
2222
return tfprotov6.InvokeActionEvent{
2323
Type: tfprotov6.CompletedInvokeActionEventType{
24-
// TODO:Actions: Add linked resources when they are implemented
24+
// TODO:Actions: Add linked resources once lifecycle/linked actions are implemented
2525
Diagnostics: Diagnostics(ctx, event.Diagnostics),
2626
},
2727
}

0 commit comments

Comments
 (0)