This message was deleted.
# general
s
This message was deleted.
r
sounds like from the error that you're passing all of the providers through to the underlying resources, but only one would apply (k8s resource wouldn't use both k8s and aws providers)
h
I only have one explicit provider, there's no way that I know of to explicitly pass a default provider. Any way, I just pass providers to the component and they should magically apply to the resources?
r
Any way, I just pass providers to the component and they should magically apply to the resources?
you could have multiple explicit aws providers for different regions because you have a cross-region component. it's not always clear how to map providers to resources so that has to be done by the user writing the component.
1
h
So which part is this referring to?
* Note: only a list should be used. Mapping keys are not respected.
As a component implementer, I'd find it easier to use a map