Use ActionInvocation in Plan
diff --git a/plan.go b/plan.go
index 855f53d..742a70a 100644
--- a/plan.go
+++ b/plan.go
@@ -92,6 +92,8 @@
 	// Timestamp contains the static timestamp that Terraform considers to be
 	// the time this plan executed, in UTC.
 	Timestamp string `json:"timestamp,omitempty"`
+
+	ActionInvocations []ActionInvocation `json:"action_invocations,omitempty"`
 }
 
 // ResourceAttribute describes a full path to a resource attribute