From 4bb6f0dff293c83a8f49e78ca7f38face484dfed Mon Sep 17 00:00:00 2001 From: John McGehee Date: Tue, 25 Jun 2019 16:13:05 -0700 Subject: [PATCH] Add "leading zeros" for the sake of SEO The search "terraform leading zero" does not find the `format()` function, which is perfectly capable of adding leading zeros. Thus I have added this one word to help people find `format()`. --- website/docs/configuration/functions/format.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/configuration/functions/format.html.md b/website/docs/configuration/functions/format.html.md index 1de7bbae88..8f4df032d3 100644 --- a/website/docs/configuration/functions/format.html.md +++ b/website/docs/configuration/functions/format.html.md @@ -105,7 +105,7 @@ to set additoinal flags: | space | Leave a space where the sign would be if a number is positive. | | `+` | Show the sign of a number even if it is positive. | | `-` | Pad the width with spaces on the left rather than the right. | -| `0` | Pad the width with zeros rather than spaces. | +| `0` | Pad the width with leading zeros rather than spaces. | By default, `%` sequences consume successive arguments starting with the first. Introducing a `[n]` sequence immediately before the verb letter, where `n` is a