Skip to content

Commit 2572a5b

Browse files
committed
chore(docs): re-generate docs
1 parent 8f58205 commit 2572a5b

File tree

3 files changed

+1
-22
lines changed

3 files changed

+1
-22
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ lint: lint-golangci-lint lint-tf
2323
generate-docs:
2424
@echo "Generating documentation with tfplugindocs"
2525
@$(SCRIPTS_BASE)/tfplugindocs.sh
26+
# workaround until STACKITTPR-165 will be resolved
2627
@git apply $(SCRIPTS_BASE)/docs.patch
2728

2829
build:

docs/data-sources/resourcemanager_project.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,5 @@ data "stackit_resourcemanager_project" "example" {
3232

3333
- `id` (String) Terraform's internal data source. ID. It is structured as "`container_id`".
3434
- `labels` (Map of String) Labels are key-value string pairs which can be attached to a resource container. A label key must match the regex [A-ZÄÜÖa-zäüöß0-9_-]{1,64}. A label value must match the regex ^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}
35-
- `members` (Attributes List, Deprecated) The members assigned to the project. At least one subject needs to be a user, and not a client or service account. This value is only considered during creation. Changing it afterwards will have no effect.
36-
37-
!> The "members" field has been deprecated in favor of the "owner_email" field. Please use the "owner_email" field to assign the owner role to a user. (see [below for nested schema](#nestedatt--members))
3835
- `name` (String) Project name.
3936
- `parent_container_id` (String) Parent resource identifier. Both container ID (user-friendly) and UUID are supported
40-
41-
<a id="nestedatt--members"></a>
42-
### Nested Schema for `members`
43-
44-
Read-Only:
45-
46-
- `role` (String) The role of the member in the project. Legacy roles (`project.admin`, `project.auditor`, `project.member`, `project.owner`) are not supported.
47-
- `subject` (String) Unique identifier of the user, service account or client. This is usually the email address for users or service accounts, and the name in case of clients.

docs/resources/resourcemanager_project.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -36,20 +36,9 @@ resource "stackit_resourcemanager_project" "example" {
3636
### Optional
3737

3838
- `labels` (Map of String) Labels are key-value string pairs which can be attached to a resource container. A label key must match the regex [A-ZÄÜÖa-zäüöß0-9_-]{1,64}. A label value must match the regex ^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}. To add a project to a STACKIT Network Area, setting the label `networkArea=<networkAreaID>` is required.
39-
- `members` (Attributes List, Deprecated) The members assigned to the project. At least one subject needs to be a user, and not a client or service account. This value is only considered during creation. Changing it afterwards will have no effect.
40-
41-
!> The "members" field has been deprecated in favor of the "owner_email" field. Please use the "owner_email" field to assign the owner role to a user. (see [below for nested schema](#nestedatt--members))
4239

4340
### Read-Only
4441

4542
- `container_id` (String) Project container ID. Globally unique, user-friendly identifier.
4643
- `id` (String) Terraform's internal resource ID. It is structured as "`container_id`".
4744
- `project_id` (String) Project UUID identifier. This is the ID that can be used in most of the other resources to identify the project.
48-
49-
<a id="nestedatt--members"></a>
50-
### Nested Schema for `members`
51-
52-
Required:
53-
54-
- `role` (String) The role of the member in the project. Possible values include, but are not limited to: `owner`, `editor`, `reader`. Legacy roles (`project.admin`, `project.auditor`, `project.member`, `project.owner`) are not supported.
55-
- `subject` (String) Unique identifier of the user, service account or client. This is usually the email address for users or service accounts, and the name in case of clients.

0 commit comments

Comments
 (0)