Skip to content

Commit

Permalink
Update example cf2pulumi program (#14149)
Browse files Browse the repository at this point in the history
The Fn::Sub: syntax isn't supported on the latest version of cf2pulumi
  • Loading branch information
kmosher authored Feb 22, 2025
1 parent c72c631 commit dfbffc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/migrate/cf2pulumi.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ examples:
myLogGroup:
Type: AWS::Logs::LogGroup
Properties:
KmsKeyId: Fn::Sub: ${KmsKeyId}
KmsKeyId: !Sub ${KmsKeyId}
LogGroupName: myLogGroup
RetentionInDays: 7
Expand Down

0 comments on commit dfbffc6

Please sign in to comment.