fix example and e2e test
This commit is contained in:
@ -8,4 +8,10 @@ variable "resource_group_name_prefix" {
|
||||
type = string
|
||||
description = "Prefix of the resource group name that's combined with a random ID so name is unique in your Azure subscription."
|
||||
default = "rg"
|
||||
}
|
||||
|
||||
variable "msi_id" {
|
||||
type = string
|
||||
description = "(Optional) Manage identity id that be used as authentication method. Defaults to `null`."
|
||||
default = null
|
||||
}
|
Reference in New Issue
Block a user