diff --git a/source/commands/pdp/run.tsx b/source/commands/pdp/run.tsx index 6e01e5d6..e36bcb04 100644 --- a/source/commands/pdp/run.tsx +++ b/source/commands/pdp/run.tsx @@ -42,7 +42,7 @@ type Props = { options: zInfer; }; -export default function Run({ options: { opa, dryRun, apiKey, tag } }: Props) { +export default function Run({ options: { opa, dryRun, apiKey, tag,include_resource_instance_roles } }: Props) { return (