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
Copy file name to clipboardexpand all lines: website/docs/r/batch_pool.html.markdown
+11
Original file line number
Diff line number
Diff line change
@@ -129,6 +129,8 @@ The following arguments are supported:
129
129
130
130
*`display_name` - (Optional) Specifies the display name of the Batch pool.
131
131
132
+
*`identity` - (Optional) An `identity` block as defined below.
133
+
132
134
*`max_tasks_per_node` - (Optional) Specifies the maximum number of tasks that can run concurrently on a single compute node in the pool. Defaults to `1`. Changing this forces a new resource to be created.
133
135
134
136
*`fixed_scale` - (Optional) A `fixed_scale` block that describes the scale settings when using fixed scale.
@@ -150,6 +152,15 @@ The following arguments are supported:
150
152
~> **Please Note:**`fixed_scale` and `auto_scale` blocks cannot be used both at the same time.
151
153
152
154
---
155
+
156
+
An `identity` block supports the following:
157
+
158
+
*`type` - (Required) The identity type of the Batch Account. Only possible values is `UserAssigned`.
159
+
160
+
*`identity_ids` - (Required) Specifies a list of user assigned identity ids.
161
+
162
+
---
163
+
153
164
A `storage_image_reference` block supports the following:
154
165
155
166
This block provisions virtual machines in the Batch Pool from one of two sources: an Azure Platform Image (e.g. Ubuntu/Windows Server) or a Custom Image.
0 commit comments