Am I correct in my findings that the Automation AP...
# automation-api
l
Am I correct in my findings that the Automation API currently does not support stack transformations? Such as the ones mentioned here: https://www.pulumi.com/blog/automatically-enforcing-aws-resource-tagging-policies/#automatically-applying-tags.
b
@lemon-lamp-41193 no, this should work? it happens at the program level
l
By that you mean I need to register the transformation within the actual pulumi program code (not within the surrounding project)?
Ah yup. That was exactly what I was failing to grasp. Makes sense and it's working now!