This message was deleted.
# general
s
This message was deleted.
b
yep! you just need: • a place to store binaries, like an S3 bucket or other object store • a place to push SDK’s, like an internal artifactory or codeartifact
s
@billowy-army-68599 That is great! Do we need to configure Pulumi to know where to pull the packages? Can you point me to documentation? I could not find it.
b
you don’t need to configure pulumi to know about it, you do need to pass some inputs to the package to let the pulumi engine know where the binary is here: https://github.com/lbrlabs/pulumi-lbrlabs-eks/blob/main/schema.yaml#L6
pluginDownloadUrl is the schema definition for where to look for the binary
👍 1
s
@billowy-army-68599 thank you very much