Hi all, is there a way to add stack tags via autom...
# general
f
Hi all, is there a way to add stack tags via automation API ? Related github issue: https://github.com/pulumi/pulumi/issues/5681 As alternative, can I set tags via pulumi github action ?
b
I didn't use the automation API, but I did write a solution using the Pulumi API wrapped in a dynamic provider. https://github.com/Eric-Swiftly/PulumiCodeSamples/blob/main/pulumi_api_provider.py
🎉 2
g
That's fantastic, @bland-electrician-81799! Thanks for sharing it!