From 7807d687ab5df2ba4f6cbafd673e1dae11202b08 Mon Sep 17 00:00:00 2001 From: Anthony Elizondo Date: Wed, 19 Oct 2016 00:03:31 -0400 Subject: [PATCH] Update provision.html.md --- website/source/intro/getting-started/provision.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/intro/getting-started/provision.html.md b/website/source/intro/getting-started/provision.html.md index 88da36cb5..78d79f00d 100644 --- a/website/source/intro/getting-started/provision.html.md +++ b/website/source/intro/getting-started/provision.html.md @@ -87,7 +87,7 @@ Terraform will error and mark the resource as "tainted." A resource that is tainted has been physically created, but can't be considered safe to use since provisioning failed. -When you generate your next execution plan, Terraform not attempt to restart +When you generate your next execution plan, Terraform will not attempt to restart provisioning on the same resource because it isn't guaranteed to be safe. Instead, Terraform will remove any tainted resources and create new resources, attempting to provision them again after creation.