Skip to content

Commit

Permalink
Merge pull request #13675 from jayendranarumugam/jay-develop
Browse files Browse the repository at this point in the history
Fixing #13481
  • Loading branch information
tombuildsstuff committed Oct 11, 2021
2 parents 59b3ed7 + 26b4b8f commit 1629ba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/batch_pool.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ A `container_registries` block supports the following:

A `network_configuration` block supports the following:

* `subnet_id` - (Optional) The ARM resource identifier of the virtual network subnet which the compute nodes of the pool will join. Changing this forces a new resource to be created.
* `subnet_id` - (Required) The ARM resource identifier of the virtual network subnet which the compute nodes of the pool will join. Changing this forces a new resource to be created.

* `public_ips` - (Optional) A list of public ip ids that will be allocated to nodes. Changing this forces a new resource to be created.

Expand Down

0 comments on commit 1629ba0

Please sign in to comment.