Skip to content

Commit fdda9a5

Browse files
committed
Remove not allowed property.
1 parent 12e484e commit fdda9a5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/CloudFormationDeployer.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,6 @@ class CloudFormationDeployer {
336336
InnerStack: {
337337
Type: 'AWS::CloudFormation::Stack',
338338
Properties: {
339-
StackName: `${options.stackSetName}-INNER`,
340339
Parameters: parameters,
341340
Tags: options.tags ? Object.keys(options.tags).map(t => ({ Key: t, Value: options.tags[t] })) : undefined,
342341
TemplateURL: `https://s3.amazonaws.com/${this.deploymentBucket}/${templateUrl}`,

0 commit comments

Comments
 (0)