Skip to content

Commit

Permalink
docs: update commit_message arg desc for repository_file resource (#2125
Browse files Browse the repository at this point in the history
)

Co-authored-by: Keegan Campbell <[email protected]>
  • Loading branch information
manjinder-mckc and kfcampbell authored Feb 5, 2024
1 parent 9008816 commit 414299f
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 @@ -51,7 +51,7 @@ The following arguments are supported:

* `commit_email` - (Optional) Committer email address to use. **NOTE:** GitHub app users may omit author and email information so GitHub can verify commits as the GitHub App. This may be useful when a branch protection rule requires signed commits.

* `commit_message` - (Optional) Commit message when adding or updating the managed file.
* `commit_message` - (Optional) The commit message when creating, updating or deleting the managed file.

* `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.

Expand Down

0 comments on commit 414299f

Please sign in to comment.