Wordsmithed description of msi_id variable
This commit is contained in:
parent
05bf429cba
commit
c55631aea8
@ -21,6 +21,7 @@ This template provisions an [AKS / Azure Kubernetes service (also known as a Man
|
||||
| `resource_group_name_prefix` | Prefix of the resource group name that's combined with a random ID so name is unique in your Azure subscription. | rg |
|
||||
| `resource_group_location` | Location of the resource group. | eastus |
|
||||
| `node_count` | Initial number of nodes which should exist in this Node Pool. Value must be between 1 and 1000. | 3 |
|
||||
| `msi_id` | The Managed Service Identity ID. Set this value if you're running this example using Managed Identity as the authentication method. | null |
|
||||
|
||||
## Example
|
||||
|
||||
|
@ -18,6 +18,6 @@ variable "node_count" {
|
||||
|
||||
variable "msi_id" {
|
||||
type = string
|
||||
description = "The Managed Service Identity ID used to create the service principal. If this value is null (the default), the AzureRM provider configuration Object ID is used.."
|
||||
description = "The Managed Service Identity ID. Set this value if you're running this example using Managed Identity as the authentication method."
|
||||
default = null
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user