Hi, I'm working on a project using the Pulumi Auto...
# automation-api
b
Hi, I'm working on a project using the Pulumi Automation API with python, and I was wondering if there was any way to call a PolicyPack from an inline program that's using the automation API? Searching online and in the Slack didn't turn up anything. 😕 What I was hoping to do was to setup some validation functions, and then call the policy pack validation before or as part of stack.preview(). Anyone have experience doing something similar?
l
Sounds like you are looking for this: https://github.com/pulumi/pulumi/issues/6757 Pulumi service-managed policy packs should work though
👍 1
b
Thanks for the link, I'll keep an eye on that issue's progress.