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/kusto_cluster.html.markdown
+12
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,8 @@ The following arguments are supported:
56
56
57
57
*`virtual_network_configuration`- (Optional) A `virtual_network_configuration` block as defined below.
58
58
59
+
*`key_vault` - (Optional) A `key_vault` block as defined below.
60
+
59
61
*`tags` - (Optional) A mapping of tags to assign to the resource.
60
62
61
63
*`zones` - (Optional) A list of Availability Zones in which the cluster instances should be created in. Changing this forces a new resource to be created.
@@ -92,6 +94,16 @@ An `identity` block supports the following:
92
94
93
95
~> **NOTE:** When `type` is set to `SystemAssigned`, the Principal ID can be retrieved after the cluster has been created. More details are available below. See [documentation](https://docs.microsoft.com/en-us/azure/active-directory/managed-service-identity/overview) for additional information.
94
96
97
+
---
98
+
99
+
A `key_vault` block supports the following:
100
+
101
+
*`key_name` - (Required) The name of the key vault key.
102
+
103
+
*`key_version` - (Required) The version of the key vault key.
0 commit comments