You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CLI
Version 3.129.0
Go Version go1.22.6
Go Compiler gc
Plugins
KIND NAME VERSION
language nodejs unknown
Host
OS darwin
Version 14.5
Arch arm64
Additional context
I'm expecting awsx to attach the private/public subnets it creates to the endpoint
it's impossible to reference those subnets before they're created..
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:
Thanks for reporting @omercnet ! Looks like we have an omission here, and VPC endpoints will respect manually provided subnets but not an automatically computed subnet layout. My team will have a look as time permits, something along the lines of #1375 can be done to fix (I'm sure there's some more subtleties here).
What happened?
created a vpc with an endpoint, the endpoint was created but was not associated with the subnets created by awsx
Example
Output of
pulumi about
Additional context
I'm expecting awsx to attach the private/public subnets it creates to the endpoint
it's impossible to reference those subnets before they're created..
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: