commit | 65d852e1fa1f1ea28315f188872eea5c6834e672 | [log] [tgz] |
---|---|---|
author | Mutahhir Hayat <mutahhir.hayat@hashicorp.com> | Wed Sep 03 23:07:22 2025 +0200 |
committer | Mutahhir Hayat <mutahhir.hayat@hashicorp.com> | Wed Sep 03 23:07:22 2025 +0200 |
tree | 2d02eea5db9ecdb6abac1708079d3d4f363a6a1f | |
parent | e6fe1f5e8d4ea53e190aae6c55736d36915b4966 [diff] |
Add Invocation Resource Mode
diff --git a/plan.go b/plan.go index 6158684..a987d17 100644 --- a/plan.go +++ b/plan.go
@@ -26,6 +26,9 @@ // ManagedResourceMode is the resource mode for managed resources. ManagedResourceMode ResourceMode = "managed" + + // For Actions + ActionInvocationResourceMode ResourceMode = "action" ) // Plan represents the entire contents of an output Terraform plan.