aws-ec2: for VpnConnection, tunnelInsideCidr is required if two tunnel options #27772
Labels
@aws-cdk/aws-ec2
Related to Amazon Elastic Compute Cloud
bug
This issue is a bug.
effort/medium
Medium work item – several days of effort
p2
Describe the bug
When setting up a
VpnConnection
and undertunnelOptions
specify twoVpnTunnelOptions
, currently you are required to hard code two uniquetunnelInsideCidr
.Expected Behavior
That the
tunnelInsideCidr
would be automatically generated for each of the tunnelsCurrent Behavior
CDK fails with following error:
Reproduction Steps
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.95.1 (build ae455d8)
Framework Version
No response
Node.js Version
v18.14.2
OS
Linux
Language
Java
Language Version
No response
Other information
No response
The text was updated successfully, but these errors were encountered: