Issue when creating VPC endpoint with MwsVpcEndpoint #336
Labels
awaiting-feedback
Blocked on input from the author
impact/usability
Something that impacts users' ability to use the product easily and intuitively
kind/bug
Some behavior is incorrect or out of spec
resolution/no-repro
This issue wasn't able to be reproduced
What happened?
Hello team!
I am running into an unexpected error when creating a Databricks VPC Endpoint using
MwsVpcEndpoint
from the @pulumi/databricks npm package as suggested in the reference docs.The error is quite vague so hoping for a little clarity as to whether this is a bug or an issue on my end. Please see below for simplified code for explanation.
Thanks!
Example
When running
pulumi up
, the following error is returned:The AWS resource is created and passes a valid id to
MwsVpcEndpoint
, and I have created a VPC endpoint in the Databricks UI with the AWS VPC endpoint id and it creates fine.For instance, when i manually created a VPC endpoint, then ran
pulumi up
I get the following:Output of
pulumi about
CLI
Version 3.93.0
Go Version go1.21.3
Go Compiler gc
Plugins
NAME VERSION
nodejs unknown
Host
OS darwin
Version 14.3
Arch arm64
Additional context
No response
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered: