Skip to content

Commit

Permalink
Merge pull request #612 from magieno/add-change-sets-cloudformation
Browse files Browse the repository at this point in the history
- Update.
  • Loading branch information
etiennenoel authored Nov 26, 2023
2 parents 4eca702 + 27f998b commit e0d3385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws/src/clients/cloudformation.client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ export class CloudformationClient implements CloudformationClientInterface {
});
}

const changeSetName = uuid();
const changeSetName = `p-${uuid()}`;

await this.createChangeSet(
{
Expand Down

0 comments on commit e0d3385

Please sign in to comment.