Skip to content

Commit

Permalink
Update deployment/migration-assistant-solution/lib/solutions-stack.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Peter Nied <[email protected]>
Signed-off-by: Tanner Lewis <[email protected]>
  • Loading branch information
lewijacn and peternied authored Nov 4, 2024
1 parent f7334ed commit 0bc054e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ export class SolutionsInfrastructureStack extends Stack {
type: 'List<AWS::EC2::Subnet::Id>',
description: 'Private Subnet IDs in the selected VPC to use. Please provide exactly 2 or 3 subnets EACH in their own AZ. The subnets must have routes to a NAT gateway.'
});
addParameterLabel(parameterLabels, privateSubnetIdsParameter, "Private Subnet Ids")
addParameterLabel(parameterLabels, privateSubnetIdsParameter, "Private Subnets")
additionalParameters.push(vpcIdParameter.logicalId, availabilityZonesParameter.logicalId, privateSubnetIdsParameter.logicalId)
vpc = importVPC(this, vpcIdParameter, availabilityZonesParameter, privateSubnetIdsParameter);
}
Expand Down

0 comments on commit 0bc054e

Please sign in to comment.