User Story 125263 (#238)
* Updated to use AzApi to obtain SSH (instead of tls)
This commit is contained in:
@ -20,4 +20,10 @@ variable "msi_id" {
|
||||
type = string
|
||||
description = "The Managed Service Identity ID. Set this value if you're running this example using Managed Identity as the authentication method."
|
||||
default = null
|
||||
}
|
||||
|
||||
variable "username" {
|
||||
type = string
|
||||
description = "The admin username for the new cluster."
|
||||
default = "azureadmin"
|
||||
}
|
Reference in New Issue
Block a user