Skip to content

Commit

Permalink
docs: Adds description for overwrite_on_create option.
Browse files Browse the repository at this point in the history
GitHub repository file documentation improvement
  • Loading branch information
nickfloyd committed Jan 16, 2024
2 parents 172c13b + 30fca20 commit 0d95dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/repository_file.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0d95dfc

Please sign in to comment.