pulumi / pulumi-synced-folder

A Pulumi component that synchronizes a local folder to Amazon S3, Azure Blob Storage, or Google Cloud Storage.
Apache License 2.0
3 stars 2 forks source link

Set `parent` for provider lookup within the component #18

Closed ringods closed 1 year ago

ringods commented 1 year ago

Fixes: #17

When an explicit provider is passed to the component, the aws.getRegion() call fails at the moment.

Correctly parent-ing it in the invoke options will do the provider lookup within the component first.

cnunciato commented 1 year ago

Thanks @ringods! 🙌