commit | e6fe1f5e8d4ea53e190aae6c55736d36915b4966 | [log] [tgz] |
---|---|---|
author | Mutahhir Hayat <mutahhir.hayat@hashicorp.com> | Wed Sep 03 22:47:19 2025 +0200 |
committer | Mutahhir Hayat <mutahhir.hayat@hashicorp.com> | Wed Sep 03 22:47:19 2025 +0200 |
tree | ef412f1e56570b4750ce66435a69c1a0a4b187df | |
parent | e396780491c20e52e950f92c0357abb9c66c4d1b [diff] |
Fix type for ActionInvocations
diff --git a/plan.go b/plan.go index 742a70a..6158684 100644 --- a/plan.go +++ b/plan.go
@@ -93,7 +93,7 @@ // the time this plan executed, in UTC. Timestamp string `json:"timestamp,omitempty"` - ActionInvocations []ActionInvocation `json:"action_invocations,omitempty"` + ActionInvocations []*ActionInvocation `json:"action_invocations,omitempty"` } // ResourceAttribute describes a full path to a resource attribute