commit | e396780491c20e52e950f92c0357abb9c66c4d1b | [log] [tgz] |
---|---|---|
author | Mutahhir Hayat <mutahhir.hayat@hashicorp.com> | Wed Sep 03 22:22:09 2025 +0200 |
committer | Mutahhir Hayat <mutahhir.hayat@hashicorp.com> | Wed Sep 03 22:22:09 2025 +0200 |
tree | fc9478577f8539a95787c05a7df1e3e45abbd57e | |
parent | 2cf9b10ad26192d5b51cd1ba106cdca633b099d0 [diff] |
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