From 40bb7612c103c23372b2aaf79450b490e2374d85 Mon Sep 17 00:00:00 2001 From: Kelly Brownsberger Date: Mon, 7 Aug 2017 11:52:04 -0400 Subject: [PATCH] small typo correction 'used used' => 'used' --- 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 f56e6ff6b..6ccb1d64d 100644 --- a/website/guides/running-terraform-in-automation.html.md +++ b/website/guides/running-terraform-in-automation.html.md @@ -104,7 +104,7 @@ such an automation setup: and CPU architecture as where it was created. For example, this means that it is not possible to create a plan on a Windows computer and then apply it on a Linux server. -* Terraform expects the provider plugins that were used used to produce a +* Terraform expects the provider plugins that were used to produce a plan to be available and identical when the plan is applied, to ensure that the plan is interpreted correctly. An error will be produced if Terraform or any plugins are upgraded between creating and applying a plan.