commit | 39cf27601915ff37d63dc0c34fbae551c51155f8 | [log] [tgz] |
---|---|---|
author | Mutahhir Hayat <mutahhir.hayat@hashicorp.com> | Wed Sep 03 23:07:22 2025 +0200 |
committer | Mutahhir Hayat <mutahhir.hayat@hashicorp.com> | Fri Sep 12 11:45:52 2025 +0200 |
tree | 03749349c18af5b45c10f829860c69a57d377a45 | |
parent | a763703618871be88aa3e149bfbe8383cf0f2a35 [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.