We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47f9631 commit 119f4c5Copy full SHA for 119f4c5
action/action.go
@@ -15,6 +15,9 @@ type Action interface {
15
// Invoke is called to run the logic of the action and update linked resources if applicable.
16
// Config, linked resource planned state, and linked resource prior state values should
17
// be read from the InvokeRequest and new linked resource state values set on the InvokeResponse.
18
+ //
19
+ // The [InvokeResponse.SendProgress] function can be called in the Invoke method to immediately
20
+ // report progress events related to the invocation of the action to Terraform.
21
Invoke(context.Context, InvokeRequest, *InvokeResponse)
22
}
23
0 commit comments