From eeabae88e31d4558e1b096c1388c2c31a56af813 Mon Sep 17 00:00:00 2001 From: Adrien Delorme Date: Mon, 8 Jun 2020 15:29:45 +0200 Subject: [PATCH] Update abspath.mdx --- .../pages/docs/from-1.5/functions/file/abspath.mdx | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/website/pages/docs/from-1.5/functions/file/abspath.mdx b/website/pages/docs/from-1.5/functions/file/abspath.mdx index 922cdb819..6398fe8c9 100644 --- a/website/pages/docs/from-1.5/functions/file/abspath.mdx +++ b/website/pages/docs/from-1.5/functions/file/abspath.mdx @@ -11,11 +11,12 @@ description: The abspath function converts the argument to an absolute filesyste to an absolute path. That is, if the path is not absolute, it will be joined with the current working directory. -Referring directly to filesystem paths in resource arguments may cause -spurious diffs if the same configuration is applied from multiple systems or on -different host operating systems. We recommend using filesystem paths only -for transient values, such as the argument to [`file`](/docs/from-1.5/functions/file) (where -only the contents are then stored) or in `connection` and `provisioner` blocks. +Referring directly to filesystem paths in resource arguments may cause spurious +diffs if the same configuration is applied from multiple systems or on +different host operating systems. We recommend using filesystem paths only for +transient values, such as the argument to +[`file`](/docs/from-1.5/functions/file) (where only the contents are then +stored). ## Examples