From b63360011cccab6ee2debbb0b3eda923e2b97ee7 Mon Sep 17 00:00:00 2001 From: Nikolai Mishin Date: Fri, 12 Jan 2024 23:29:47 +0100 Subject: [PATCH] GitHub repository file documentation improvement --- website/docs/r/repository_file.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/r/repository_file.html.markdown b/website/docs/r/repository_file.html.markdown index a479e2054c..cf7f4f535c 100644 --- a/website/docs/r/repository_file.html.markdown +++ b/website/docs/r/repository_file.html.markdown @@ -53,7 +53,7 @@ The following arguments are supported: * `commit_message` - (Optional) Commit message when adding or updating the managed file. -* `overwrite_on_create` - (Optional) Enable overwriting existing files +* `overwrite_on_create` - (Optional) Enable overwriting existing files. If set to `true` it will overwrite an existing file with the same name. If set to `false` it will fail if there is an existing file with the same name. ## Attributes Reference