Josh Kodroff
Josh Kodroff
@robotlovesyou Thanks for submitting this issue. A few questions: 1. Would it be possible to provide us with the actual error output? 2. Does using `pulumi up` with the variables...
Thanks for the suggestion @pabardina! I'm not sure when we'd be able to get to this feature request, but we'd gladly accept a PR.
/run-example-tests
@tpaulshippy Thanks for submitting this issue. This is clearly a bug.
Actively working on this. Blocked for the moment b/c we need to update the pulumi-terraform-bridge > 3.26.1.
Unfortunately, there's an example that illustrates this use case in the upstream repo that we drop. I'll look into see what we can do to ensure it's not dropped.
@snikolakis This looks like a bug in the code that generates the SDK. Try not setting a value for `vpc_id` - just use `subnet_ids`. When we fix the underlying issue,...
@paulrobello I'm not seeing the VPC ID being required in TS. Can you post a minimal program where the VPC ID is required for a `lambda.Function`?
@sam-cogan Thanks for submitting this issue! We'll place it on our backlog.
This looks like a result of the following upstream bug: https://github.com/hashicorp/terraform-provider-aws/issues/24733 Once the bug is resolved in the upstream provider, we'll update the dependency here and the issue should be...