Wordsmithed description of msi_id variable

This commit is contained in:
Tom Archer
2023-05-31 07:29:11 -07:00
parent 05bf429cba
commit c55631aea8
2 changed files with 2 additions and 1 deletions

View File

@ -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
}