Hi, pulumi yaml 1.11 release breaks our custom com...
# general
b
Hi, pulumi yaml 1.11 release breaks our custom compiler usage. We have multiple yamls which we include inside the compiler and output final yaml for pulumi, it was fine before 1.11 but now we have
failed to discover plugin requirements: searching . for package declarations
Perhaps because now Pulumi scans every yaml (even in nested directories) from here and here. So, it seems no possible to have custom yamls now inside the project. Any workaround? How we can configure Pulumi to ignore custom yamls?
w
Any luck with options on this issue ?