-
Notifications
You must be signed in to change notification settings - Fork 4.5k
"FAILED, No updates are to be performed" when adding a "Transform" to a stack #2553
Copy link
Copy link
Closed
Labels
@aws-cdk/coreRelated to core CDK functionalityRelated to core CDK functionalitybugThis issue is a bug.This issue is a bug.p2
Description
Describe the bug
When using templateOptions.transform on a stack the below error will appear on any stack that has no updates.
❌ cdk-app failed: Error: Failed to create ChangeSet CDK-2372b61b-68c3-4cad-a447-9e5f78c8fe11 on cdk-app: FAILED, No updates are to be performed.
Failed to create ChangeSet CDK-2372b61b-68c3-4cad-a447-9e5f78c8fe11 on cdk-app: FAILED, No updates are to be performed.
Error: Failed to create ChangeSet CDK-2372b61b-68c3-4cad-a447-9e5f78c8fe11 on cdk-app: FAILED, No updates are to be performed.
at waitFor (/tmp/.nvm/versions/node/v11.10.1/lib/node_modules/cdk/node_modules/aws-cdk/lib/api/util/cloudformation.ts:115:11)
at processTicksAndRejections (internal/process/next_tick.js:81:5)
To Reproduce
$ cdk deploy
Expected behavior
If no changes are generated just move on to the next stack.
Version:
- OS: macOS 10.14.4
- Programming Language: Typescript
- CDK Version: 0.31.0
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
@aws-cdk/coreRelated to core CDK functionalityRelated to core CDK functionalitybugThis issue is a bug.This issue is a bug.p2