Skip to content

Commit 80e562c

Browse files
committed
fix: template
1 parent 19893e6 commit 80e562c

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

template.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,20 @@ Resources:
3737
RetentionPolicy: Retain
3838

3939
Outputs:
40+
BunVersion:
41+
Description: The version of Bun
42+
Value: !Ref BunVersion
43+
Export:
44+
Name: BunVersion
45+
4046
BunLayerArm64:
41-
Description: !Sub "Bun runtime v${BunVersion} (ARM64)"
47+
Description: Bun runtime (ARM64)
4248
Value: !Ref BunLayerArm64
4349
Export:
4450
Name: BunLayerArm64
4551

4652
BunLayerX64:
47-
Description: !Sub "Bun runtime v${BunVersion} (x64)"
53+
Description: Bun runtime(x64)
4854
Value: !Ref BunLayerX64
4955
Export:
5056
Name: BunLayerX64

0 commit comments

Comments
 (0)