forked from cloudtools/stacker
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
change diff to use CFN change sets instead of comparing template dicts (
cloudtools#744) * provider: add method to create, print, and delete a changeset for diff * refactor diff command to use stack changeset rather than diff text * provider: cleanup changeset temp stack, improve full output * update providers/aws/test_default - remove invalidated diff tests - fixing aws provider tests - add aws provider test for my changes - linting fix * blueprints: add method for retrieving output definitions * add output handling for dependent stacks * move most of logic to provider, fix issues with blueprints and rxref * update tests for additions * update docs * update changelog
- Loading branch information
Showing
8 changed files
with
451 additions
and
214 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
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
Oops, something went wrong.