-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Validate all CDK resources are mapped to Pulumi resources (#231)
Previously we didn't ensure that all CDK resources were actually mapped to Pulumi resources. While working on adding support for Custom Resources we noticed that some resources were not mapped (e.g. resources with ID of 'Default'). This change adds validation to the GraphBuilder in order to ensure that all resources are mapped. In order to prevent any unexpected behavior we're failing hard if we do not detect that all resources are mapped. Closes #186
- Loading branch information
1 parent
2d709d6
commit 890dc36
Showing
3 changed files
with
41 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters