You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
~> This resource is part of the iam experiment and is likely going to undergo significant changes or be removed in the future. Use it at your own discretion.
~> This resource is part of the iam experiment and is likely going to undergo significant changes or be removed in the future. Use it at your own discretion.
# Only use the import statement, if you want to import an existing folder role assignment
33
+
import {
34
+
to = stackit_authorization_folder_role_assignment.import-example
35
+
id = "${var.folder_id},${var.folder_role_assignment},${var.folder_role_assignment_subject}"
36
+
}
37
+
```
38
+
39
+
<!-- schema generated by tfplugindocs -->
40
+
## Schema
41
+
42
+
### Required
43
+
44
+
-`resource_id` (String) folder Resource to assign the role to.
45
+
-`role` (String) Role to be assigned. Available roles can be queried using stackit-cli: `stackit curl https://authorization.api.stackit.cloud/v2/permissions`
46
+
-`subject` (String) Identifier of user, service account or client. Usually email address or name in case of clients
47
+
48
+
### Read-Only
49
+
50
+
-`id` (String) Terraform's internal resource identifier. It is structured as "`resource_id`,`role`,`subject`".
~> This resource is part of the iam experiment and is likely going to undergo significant changes or be removed in the future. Use it at your own discretion.
~> This resource is part of the iam experiment and is likely going to undergo significant changes or be removed in the future. Use it at your own discretion.
15
15
@@ -35,9 +35,9 @@ import {
35
35
### Required
36
36
37
37
-`resource_id` (String) organization Resource to assign the role to.
38
-
-`role` (String) Role to be assigned
38
+
-`role` (String) Role to be assigned. Available roles can be queried using stackit-cli: `stackit curl https://authorization.api.stackit.cloud/v2/permissions`
39
39
-`subject` (String) Identifier of user, service account or client. Usually email address or name in case of clients
40
40
41
41
### Read-Only
42
42
43
-
-`id` (String) Terraform's internal resource identifier. It is structured as "[resource_id],[role],[subject]".
43
+
-`id` (String) Terraform's internal resource identifier. It is structured as "`resource_id`,`role`,`subject`".
~> This resource is part of the iam experiment and is likely going to undergo significant changes or be removed in the future. Use it at your own discretion.
~> This resource is part of the iam experiment and is likely going to undergo significant changes or be removed in the future. Use it at your own discretion.
# Only use the import statement, if you want to import an existing project role assignment
@@ -35,9 +42,9 @@ import {
35
42
### Required
36
43
37
44
-`resource_id` (String) project Resource to assign the role to.
38
-
-`role` (String) Role to be assigned
45
+
-`role` (String) Role to be assigned. Available roles can be queried using stackit-cli: `stackit curl https://authorization.api.stackit.cloud/v2/permissions`
39
46
-`subject` (String) Identifier of user, service account or client. Usually email address or name in case of clients
40
47
41
48
### Read-Only
42
49
43
-
-`id` (String) Terraform's internal resource identifier. It is structured as "[resource_id],[role],[subject]".
50
+
-`id` (String) Terraform's internal resource identifier. It is structured as "`resource_id`,`role`,`subject`".
0 commit comments