From 27f998b03485372a002399f96f27629f67e5dfda Mon Sep 17 00:00:00 2001 From: Etienne Noel Date: Sun, 26 Nov 2023 15:26:59 -0800 Subject: [PATCH] - Update. --- packages/aws/src/clients/cloudformation.client.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/aws/src/clients/cloudformation.client.ts b/packages/aws/src/clients/cloudformation.client.ts index 2fe3a6d54..aae890d8f 100644 --- a/packages/aws/src/clients/cloudformation.client.ts +++ b/packages/aws/src/clients/cloudformation.client.ts @@ -268,7 +268,7 @@ export class CloudformationClient implements CloudformationClientInterface { }); } - const changeSetName = uuid(); + const changeSetName = `p-${uuid()}`; await this.createChangeSet( {