Skip to content

Commit d31656a

Browse files
committed
docs: Clarify note on local provisioners
1 parent 8d05408 commit d31656a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

website/source/docs/provisioners/local-exec.html.markdown

+3-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ is created. This invokes a process on the machine running Terraform, not on
1313
the resource. See the `remote-exec` [provisioner](/docs/provisioners/remote-exec.html)
1414
to run commands on the resource.
1515

16-
Beware that even though the resource is fully created when the provisioner is run,
17-
it doesn't need to have finished booting or starting system services.
16+
Note that even though the resource will be ifully created when the provisioner is run,
17+
there is no guarantee that it will be in an operable state - for example system services
18+
such as `sshd` may not be started yet on compute resources.
1819

1920
## Example usage
2021

0 commit comments

Comments
 (0)