We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3838c1 commit 0484ea8Copy full SHA for 0484ea8
reference-artifacts/Custom-Scripts/lza-upgrade/src/convert-config.ts
@@ -2805,7 +2805,7 @@ export class ConvertAseaConfig {
2805
};
2806
} else if (route['target-vpn']) {
2807
return {
2808
- vpnConnectionName: route['target-vpn'],
+ vpnConnectionName: route['target-vpn']['name'],
2809
2810
} else if (route['target-tgw']) {
2811
if (tgwConfig['tgw-attach'] && tgwConfig['tgw-attach']['associate-to-tgw'] === route['target-tgw']) {
0 commit comments