I'm trying to understand best practices about expl...
# golang
n
I'm trying to understand best practices about explicitly setting providers, and I'm curious: if I pass more than one provider via a resource option does some kind of precedence get applied? Eg, do later ones override earlier ones or something? And if so is that only true for providers of a specific type, eg can I pass both an
aws
provider and a
datadog
provider individually without one overriding the other?