|  | 
|  | 1 | +--- | 
|  | 2 | +# generated by https://github.com/hashicorp/terraform-plugin-docs | 
|  | 3 | +page_title: "atlassian-operations_service Resource - atlassian-operations" | 
|  | 4 | +subcategory: "" | 
|  | 5 | +description: |- | 
|  | 6 | +   | 
|  | 7 | +--- | 
|  | 8 | + | 
|  | 9 | +# atlassian-operations_service (Resource) | 
|  | 10 | + | 
|  | 11 | + | 
|  | 12 | +This resource only works for Jira Service Management services. [Read more about services](https://support.atlassian.com/jira-service-management-cloud/docs/what-is-services/). | 
|  | 13 | + | 
|  | 14 | + | 
|  | 15 | +<!-- schema generated by tfplugindocs --> | 
|  | 16 | +## Schema | 
|  | 17 | + | 
|  | 18 | +### Required | 
|  | 19 | + | 
|  | 20 | +- `description` (String) The description of the JSM service | 
|  | 21 | +- `name` (String) The name of the JSM service | 
|  | 22 | +- `owner` (String) The owner team ID of the JSM service. If you want to remove the owner, set this to an empty string. | 
|  | 23 | +- `tier` (Number) The tier level of the JSM service | 
|  | 24 | +- `type` (String) The type of the JSM service | 
|  | 25 | + | 
|  | 26 | +### Optional | 
|  | 27 | + | 
|  | 28 | +- `change_approvers` (Attributes) Change approvers configuration for the JSM service (see [below for nested schema](#nestedatt--change_approvers)) | 
|  | 29 | +- `projects` (Attributes) Projects configuration for the JSM service (see [below for nested schema](#nestedatt--projects)) | 
|  | 30 | +- `responders` (Attributes) Responders configuration for the JSM service (see [below for nested schema](#nestedatt--responders)) | 
|  | 31 | +- `stakeholders` (Attributes) Stakeholders configuration for the JSM service (see [below for nested schema](#nestedatt--stakeholders)) | 
|  | 32 | + | 
|  | 33 | +### Read-Only | 
|  | 34 | + | 
|  | 35 | +- `id` (String) The ID of the JSM service | 
|  | 36 | + | 
|  | 37 | +<a id="nestedatt--change_approvers"></a> | 
|  | 38 | +### Nested Schema for `change_approvers` | 
|  | 39 | + | 
|  | 40 | +Optional: | 
|  | 41 | + | 
|  | 42 | +- `groups` (List of String) List of group IDs for change approvers. If you want to remove all group change approvers, set this to an empty list. | 
|  | 43 | + | 
|  | 44 | + | 
|  | 45 | +<a id="nestedatt--projects"></a> | 
|  | 46 | +### Nested Schema for `projects` | 
|  | 47 | + | 
|  | 48 | +Optional: | 
|  | 49 | + | 
|  | 50 | +- `ids` (List of String) List of project IDs. If you want to remove all project IDs, set this to an empty list. | 
|  | 51 | + | 
|  | 52 | + | 
|  | 53 | +<a id="nestedatt--responders"></a> | 
|  | 54 | +### Nested Schema for `responders` | 
|  | 55 | + | 
|  | 56 | +Optional: | 
|  | 57 | + | 
|  | 58 | +- `teams` (List of String) List of team IDs for responders. If you want to remove all teams responders, set this to an empty list. | 
|  | 59 | +- `users` (List of String) List of user IDs for responders. If you want to remove all users responders, set this to an empty list. | 
|  | 60 | + | 
|  | 61 | + | 
|  | 62 | +<a id="nestedatt--stakeholders"></a> | 
|  | 63 | +### Nested Schema for `stakeholders` | 
|  | 64 | + | 
|  | 65 | +Optional: | 
|  | 66 | + | 
|  | 67 | +- `users` (List of String) List of user IDs for stakeholders. If you want to remove all user stakeholders, set this to an empty list. | 
0 commit comments