Skip to content

Commit

Permalink
fixes #428 : label without the s at the end (#429)
Browse files Browse the repository at this point in the history
Signed-off-by: flbla <[email protected]>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
flbla and github-actions[bot] authored Apr 17, 2024
1 parent 9816f22 commit a0c591e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/resources/robot_account.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ resource "harbor_robot_account" "system" {
permissions {
access {
action = "create"
resource = "labels"
resource = "label"
}
kind = "system"
namespace = "/"
Expand Down
2 changes: 1 addition & 1 deletion examples/resources/harbor_robot_account/resource.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ resource "harbor_robot_account" "system" {
permissions {
access {
action = "create"
resource = "labels"
resource = "label"
}
kind = "system"
namespace = "/"
Expand Down

0 comments on commit a0c591e

Please sign in to comment.