From 2e480bb17c4b6efc17aa3e64f2631e901d1a2169 Mon Sep 17 00:00:00 2001 From: Alisdair McDiarmid Date: Wed, 24 Oct 2018 18:20:43 -0400 Subject: [PATCH] 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 --- website/guides/core-workflow.html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/guides/core-workflow.html.md b/website/guides/core-workflow.html.md index 84e7ff82d..d502e45af 100644 --- a/website/guides/core-workflow.html.md +++ b/website/guides/core-workflow.html.md @@ -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. - +![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. - +![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.