Skip to content

Commit

Permalink
docs: Fix typo for project (goharbor#252)
Browse files Browse the repository at this point in the history
Co-authored-by: Florian <[email protected]>
Signed-off-by: André Krüger <[email protected]>
  • Loading branch information
2 people authored and 1337andre committed Nov 8, 2022
1 parent b6e1145 commit 63698fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/data-sources/project.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ output "project_id" {
## Argument Reference
The following arguments are supported:

* **name** - (Required) The of the project that will be created in harbor.
* **name** - (Required) The name of the project that will be created in harbor.

## Attributes Reference
In addition to all argument, the following attributes are exported:
Expand All @@ -23,4 +23,4 @@ In addition to all argument, the following attributes are exported:

* **public** - If the project will be public accessibility.

* **vulnerability_scanning** - If the images will be scanned for vulnerabilities when push to harbor.
* **vulnerability_scanning** - If the images will be scanned for vulnerabilities when push to harbor.
2 changes: 1 addition & 1 deletion docs/resources/project.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ resource "harbor_registry" "docker" {
## Argument Reference
The following arguments are supported:

* `name` - (Required) The of the project that will be created in harbor.
* `name` - (Required) The name of the project that will be created in harbor.

* `public` - (Optional) The project will be public accessibility. Can be set to `"true"` or `"false"` (Default: false)

Expand Down

0 comments on commit 63698fb

Please sign in to comment.