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
quick-morning-97163
01/29/2024, 7:35 PM
Thanks @gentle-zoo-32137 il give it a go
l
little-cartoon-10569
01/29/2024, 8:06 PM
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).