This message was deleted.
# aws
s
This message was deleted.
s
I believe this issue is tracking the behavior you’re seeing: https://github.com/pulumi/pulumi-awsx/issues/383
g
A workaround you can try is to provide the tags you want propagated as the defaultTags on the provider. Depending on what other resources your stack creates and whether the tags are computed or static that may require you to provide an explicit provider instead of relying on the default one.
💯 1
q
Thanks @gentle-zoo-32137 il give it a go
l
You can also create a transformation for this. It can be a resource transformation that transforms all child resources, you don't need to use a stack transformation (though that's good, too).