Skip to content

Commit 6c1218e

Browse files
committed
update docs
1 parent a8ee372 commit 6c1218e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/resources/git_repository.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ GitRepository resource
2121

2222
### Optional
2323

24-
- `https_path` (String) Manually supplied https path for non standard git setups. This is auto-inferred in many cases.
24+
- `https_path` (String) Manually supplied https path for non standard Git setups. This is auto-inferred in many cases.
2525
- `passphrase` (String, Sensitive) Passphrase to decrypt the given private key.
2626
- `password` (String, Sensitive) HTTP password for http authenticated repos.
2727
- `private_key` (String, Sensitive) SSH private key to use with this repo if an ssh url was given.
28-
- `url_format` (String) Similar to https_Path, a manually supplied url format for custom git. Should be something like {url}/tree/{ref}/{folder}.
28+
- `url_format` (String) Similar to `https_path`, a manually supplied url format for custom Git. Should be something like `{url}/tree/{ref}/{folder}`.
2929
- `username` (String) HTTP username for authenticated http repos, defaults to apiKey for GitHub.
3030

3131
### Read-Only

internal/resource/git_repository.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,11 @@ func (r *GitRepositoryResource) Schema(_ context.Context, _ resource.SchemaReque
9797
Sensitive: true,
9898
},
9999
"url_format": schema.StringAttribute{
100-
MarkdownDescription: "Similar to https_Path, a manually supplied url format for custom git. Should be something like {url}/tree/{ref}/{folder}.",
100+
MarkdownDescription: "Similar to `https_path`, a manually supplied url format for custom Git. Should be something like `{url}/tree/{ref}/{folder}`.",
101101
Optional: true,
102102
},
103103
"https_path": schema.StringAttribute{
104-
MarkdownDescription: "Manually supplied https path for non standard git setups. This is auto-inferred in many cases.",
104+
MarkdownDescription: "Manually supplied https path for non standard Git setups. This is auto-inferred in many cases.",
105105
Optional: true,
106106
},
107107
},

0 commit comments

Comments
 (0)