This message was deleted.
# general
s
This message was deleted.
b
AFAIK you either use the default provider or you have to specify it every time I was looking for a DRY solution too for AWS but couldn't find it for now
l
See this recent blog post which has code examples in every language for automatically applying tags. You could try something similar for injecting a provider: https://www.pulumi.com/blog/automatically-enforcing-aws-resource-tagging-policies/#automatically-applying-tags
b
Thanks @lemon-agent-27707 one last question. I currently have 5 gke cluster that were provisioned by terraform. Is a remote state reference through pulumi the best way to create a provider to each cluster or is there a better way?