Closed aswinsuryan closed 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.
🤖 Created branch: z_pr1026/aswinsuryan/aws-cloud-prepare
Fix aws cloud prepare failure
Can you be a bit more specific about the failure?
🤖 Closed branches: [z_pr1026/aswinsuryan/aws-cloud-prepare]
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.