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
Not familiar with C#/dotnet syntax but VpnConnections expects an object with keys that are construct id's and values VpnConnectionOptions. I think it should be "office" = new VpnConnectionsOptions...
Not familiar with C#/dotnet syntax but VpnConnections expects an object with keys that are construct id's and values VpnConnectionOptions. I think it should be "office" = new VpnConnectionsOptions...
I guess that is what the transformation makes it into
The VpnConnections is a IDictionary<string, IVpnConnectionOptions> in C#
That is the beauty with a strongly typed language, it tells you how to do things ;)
Describe the bug
Creating a VPC with a VPN connection throws NullReferenceException
To Reproduce
Expected behavior
Create a VPC with a VPN
Works when I create a VPC, without the
VpnConnections
property, and create the VPN separately afterwardsVersion:
The text was updated successfully, but these errors were encountered: