Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Hoß authored and sebhoss committed Dec 15, 2022
1 parent d80c908 commit 17fd446
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/resources/commit.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,9 @@ resource "git_commit" "commit_on_change" {

### Optional

- `all` (Boolean) Automatically stage files that have been modified and deleted, but new files you have not told Git
about are not affected. Defaults to `false`.
- `all` (Boolean) Automatically stage files that have been modified and deleted, but new files you have not told Git about are not affected. Defaults to `false`.
- `allow_empty_commits` (Boolean) Enable empty commits to be created. Defaults to `true`.
- `author` (Attributes) The original author of the commit. If none is specified, the author will be read from the Git
configuration. (see [below for nested schema](#nestedatt--author))
- `author` (Attributes) The original author of the commit. If none is specified, the author will be read from the Git configuration. (see [below for nested schema](#nestedatt--author))
- `committer` (Attributes) The person performing the commit. If none is specified, the author is used as committer. (see [below for nested schema](#nestedatt--committer))

### Read-Only
Expand Down

0 comments on commit 17fd446

Please sign in to comment.