Skip to content

Commit

Permalink
Changes [build image]
Browse files Browse the repository at this point in the history
  • Loading branch information
Electroid committed Nov 13, 2024
1 parent 1680ffc commit 5b19038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/machine.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ export const aws = {
tagSpecification = ["instance", "volume"].map(resourceType => {
return {
ResourceType: resourceType,
Tags: Object.entries(metadata).map(([Key, Value]) => ({ Key, Value })),
Tags: Object.entries(metadata).map(([Key, Value]) => ({ Key, Value: String(Value) })),
};
});
}
Expand Down

0 comments on commit 5b19038

Please sign in to comment.