Skip to content

Commit 14e00bf

Browse files
committed
Reduced length of seed
1 parent 982820d commit 14e00bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

zero-module.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ parameters:
4646
execute: aws ssm get-parameters --names /aws/service/eks/optimized-ami/1.16/amazon-linux-2/recommended/image_id --region $region --query "Parameters[0].Value" | tr -d '"'
4747
- field: randomSeed
4848
label: Random seed that will be shared between projects to come up with deterministic resource names
49-
execute: uuidgen
49+
execute: uuidgen | head -c 8
5050

0 commit comments

Comments
 (0)