v0.51.0
NEW FEATURES
- Support for VPN advance configurations(establish_mode, peer(ike_identities),local(ike_identities) in vpn gateway connections
- Support for new structs for Local and Peer in VPN Gateway connections
BREAKING CHANGES
-
Deprecation of peer_address, peer_cidrs, local_cidrs, . All moved to peer and local structs.
-
Added support for peer fqdn alongside peer address
-
AddVPNGatewayConnectionLocalCIDROptions -> AddVPNGatewayConnectionsLocalCIDROptions
- CIDRPrefix, PrefixLength is replaced by CIDR
- AddVPNGatewayConnectionLocalCIDR -> AddVPNGatewayConnectionsLocalCIDR
-
AddVPNGatewayConnectionPeerCIDROptions -> AddVPNGatewayConnectionsPeerCIDROptions
- CIDRPrefix, PrefixLength is replaced by CIDR
- AddVPNGatewayConnectionPeerCIDR -> AddVPNGatewayConnectionsPeerCIDR
CHANGES
- api version
2024-04-30
BUG FIXES
- None