Skip to content

Commit 4c314da

Browse files
committed
Add Repository visibility default to docs
1 parent b2d441b commit 4c314da

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

code_generator/provider_code_spec.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@
241241
"default" : {
242242
"static": "private"
243243
},
244-
"description": "Repository visibility. Should be private or public.",
244+
"description": "Repository visibility. Should be private or public. Defaults to private.",
245245
"validators": [
246246
{
247247
"custom": {

docs/resources/repository.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ resource "quay_repository" "test" {
3737
### Optional
3838

3939
- `description` (String) Markdown description
40-
- `visibility` (String) Repository visibility. Should be private or public.
40+
- `visibility` (String) Repository visibility. Should be private or public. Defaults to private.
4141

4242
## Import
4343

internal/resource_repository/repository_resource_gen.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)