cloudformation-include: outputs resource id misspelled $Ouputs
#28908
Labels
@aws-cdk/cloudformation-include
Issues related to the "CFN include v.20" package
bug
This issue is a bug.
effort/medium
Medium work item – several days of effort
p1
Describe the bug
The ID of the construct containing outputs in an imported CloudFormation stack is spelled
$Ouputs
rather than$Outputs
.Expected Behavior
The ID should be
$Outputs
Current Behavior
The ID is
$Ouputs
Reproduction Steps
cfnInclude.node.tryFindChild('$Outputs')
(which is what you'd expect to access it with)cfnInclude.node.tryFindChild('$Ouputs')
worksPossible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.124.0 (build 4b6724c)
Framework Version
No response
Node.js Version
v20.11.0
OS
Windows 11 22H2
Language
TypeScript
Language Version
No response
Other information
No response
The text was updated successfully, but these errors were encountered: