From 6a493f37d3c70eb08ff0ff20264bae22cc099f29 Mon Sep 17 00:00:00 2001 From: Johannes Liebermann Date: Thu, 12 Jul 2018 16:12:18 +0200 Subject: [PATCH] Update running-terraform-in-automation.html.md Fix word ordering --- website/guides/running-terraform-in-automation.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/guides/running-terraform-in-automation.html.md b/website/guides/running-terraform-in-automation.html.md index 0493b0c8ef..4da91b691d 100644 --- a/website/guides/running-terraform-in-automation.html.md +++ b/website/guides/running-terraform-in-automation.html.md @@ -45,7 +45,7 @@ such a tool. ## Automated Workflow Overview When running Terraform in automation, the focus is usually on the core -plan/apply cycle. The main path, then, is the broadly same as for CLI +plan/apply cycle. The main path, then, is broadly the same as for CLI usage: 1. Initialize the Terraform working directory.