From a7cf73a66aa3218dd9c28097057ae24b4d54a138 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20W=C3=BCrbach?= Date: Mon, 29 Apr 2024 15:18:18 +0200 Subject: [PATCH] fix: artefactContributor spelling --- docs/resources/user.md | 2 +- internal/provider/resource_user.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/resources/user.md b/docs/resources/user.md index 7b6243c..88b141a 100644 --- a/docs/resources/user.md +++ b/docs/resources/user.md @@ -18,7 +18,7 @@ An entity or individual who has access to the Humanitec platform. ### Required - `name` (String) The name the user goes by. -- `role` (String) The role that the service user should have on the organization it is created in. Could be member`, `artefactcontributor`, `manager` or `administrator`. +- `role` (String) The role that the service user should have on the organization it is created in. Could be member`, `artefactContributor`, `manager` or `administrator`. - `type` (String) The type of the account. Could be `user`, `service` or `system`. ### Optional diff --git a/internal/provider/resource_user.go b/internal/provider/resource_user.go index 582ff15..6f13495 100644 --- a/internal/provider/resource_user.go +++ b/internal/provider/resource_user.go @@ -58,7 +58,7 @@ func (r *ResourceUser) Schema(ctx context.Context, req resource.SchemaRequest, r }, }, "role": schema.StringAttribute{ - MarkdownDescription: "The role that the service user should have on the organization it is created in. Could be member`, `artefactcontributor`, `manager` or `administrator`.", + MarkdownDescription: "The role that the service user should have on the organization it is created in. Could be member`, `artefactContributor`, `manager` or `administrator`.", Required: true, }, "type": schema.StringAttribute{