submariner-io / cloud-prepare

APIs and code to prepare various cloud infrastructures for Submariner.
Apache License 2.0
7 stars 16 forks source link

Fix aws cloud prepare failure #1026

Closed aswinsuryan closed 1 month ago

aswinsuryan commented 1 month ago

Fix aws cloud prepare failure .

When the public subnets are parsed to identify the prefix the variable is redeclared inside the else block and this causes the variable outside scope of the else to be empty after the block exists. Now the variable declaration is removed.

submariner-bot commented 1 month ago

🤖 Created branch: z_pr1026/aswinsuryan/aws-cloud-prepare

tpantelis commented 1 month ago

Fix aws cloud prepare failure

Can you be a bit more specific about the failure?

submariner-bot commented 1 month ago

🤖 Closed branches: [z_pr1026/aswinsuryan/aws-cloud-prepare]