-
Notifications
You must be signed in to change notification settings - Fork 274
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
improvement(pulumi): better preview summaries
We now generate a total summary of a plan run when running `garden plugins pulumi preview`, which includes preview links, step/operation counts (and more) for each pulumi service affected by the plan. The total summary also includes top-level step counts by operation type (across all affected services). This plan is written to a `plan-summary.json` file inside the `.garden/pulumi.outputs/last-preview` directory. This file is designed to be useful for further automation, e.g. in a CI/CD context.
- Loading branch information
Showing
2 changed files
with
122 additions
and
27 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