https://pulumi.com logo
a

acceptable-city-13686

08/03/2023, 2:31 PM
Hi there! Am I correct that it's not currently allowed to pass in the path to the policy pack as a parameter for remote stacks? Like this:
Copy code
const stack = await RemoteWorkspace.selectStack({url: <git repo>})
await stack.up({
    onOutput: <http://console.info|console.info>,
    policyPacks: ['../policy_folder']})