limited-rainbow-51650
02/14/2022, 11:19 AMpulumi-component-provider-go-boilerplate
repo. I built it and I executed the examples/simple stack. AWS resources are correctly created. Then I extended the code to register a resource transformation to tag the created AWS resources, based on this article. But it seems the transformation is not applied when I pass it to the StaticPage
component using the key transformations:
in opts
, nor when using pulumi.runtime.registerStackTransformation
. Are resource transformations in combination with component providers not supported?transformations
aren't supported yet for multi-language components: https://github.com/pulumi/pulumi/issues/6948little-cartoon-10569
02/14/2022, 7:43 PMlimited-rainbow-51650
02/14/2022, 8:03 PM