Does a pulumi ComponentResource not share it’s `pr...
# general
c
Does a pulumi ComponentResource not share it’s
provider
with it’s children? I’m having an issue with a setup such as: Monitors (ComponentResource) (provider set) Monitor (ComponentResource) datadog.Monitor The
datadog.Monitor
doesn’t seem to have it’s
provider
set as far as I can tell. I was under the impression that the
provider
should be on it.
Nevermind, figured out my issue. Had a bad
super()
call
👍 1