Add links to new screenshots (#19135)

Screenshots for:

- GitHub Pull Request with resource changes in the TFE status update
- TFE plan-only run for a Pull Request
This commit is contained in:
Alisdair McDiarmid 2018-10-24 18:20:43 -04:00 committed by Nick Fagerlund
parent cb5574800f
commit 2e480bb17c
1 changed files with 2 additions and 2 deletions

View File

@ -285,14 +285,14 @@ request indicate while the plan is in progress.
Once the plan is complete, the status update indicates whether there were any
changes in the speculative plan, right from the pull request view.
<!-- TODO: [ Screenshot of PR with preview details ] -->
![Screenshot of Pull Request with resource changes in the status update](guides/core-workflow/pull-request.png)
For certain types of changes, this information is all that's needed for a team
member to be able to approve the pull request. When a teammate needs to do a
full review of the plan, clicking the link to Terraform Enterprise brings up a
view that allows them to quickly analyze the full plan details.
<!-- TODO: [ Screenshot of speculative plan details page ] -->
![Screenshot of Pull Request run in Terraform Enterprise](guides/core-workflow/pr-plan.png)
This page allows the reviewer to quickly determine if the plan is matching the
config author's intent and evaluate the risk of the change.