Skip to content

Commit

Permalink
Update code generation
Browse files Browse the repository at this point in the history
  • Loading branch information
GavinZZ committed Feb 10, 2024
1 parent c134260 commit 5ff4515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/@aws-cdk/spec2cdk/lib/cdk/resource-decider.ts
Expand Up @@ -218,7 +218,7 @@ export class ResourceDecider {
new CDK_CORE.TagManager(
this.tagManagerVariant(variant),
expr.lit(this.resource.cloudFormationType),
HAS_25610 ? expr.UNDEFINED : $E(props)[originalName],
$E(props)[originalName],
expr.object({ tagPropertyName: expr.lit(originalName) }),
),
cfnValueToRender: {
Expand Down

0 comments on commit 5ff4515

Please sign in to comment.