Skip to content

Commit

Permalink
Add Repository visibility default to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ddebeau committed Aug 26, 2024
1 parent b2d441b commit 4c314da
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion code_generator/provider_code_spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@
"default" : {
"static": "private"
},
"description": "Repository visibility. Should be private or public.",
"description": "Repository visibility. Should be private or public. Defaults to private.",
"validators": [
{
"custom": {
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/repository.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ resource "quay_repository" "test" {
### Optional

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

## Import

Expand Down
4 changes: 2 additions & 2 deletions internal/resource_repository/repository_resource_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4c314da

Please sign in to comment.