bright-orange-69401
11/14/2020, 9:18 AMboto3
definitely has them !
I kinda wonder how I can interact with the pulumi_aws.Provider
instance to share credentials and stuff : should I declare it as a dependency of my dynamic.Resource
? If so, what should be the link between the pulumi_aws.Provider
and my dynamic.Provider
?
We've achieved some working examples with my team but I'm not quite satisfied with it : most of the time we ended up with unstable stacks and locked states (had to pulumi stack export/import
)