Files
qmi-cloud-tf-modules/databases/dbricks/varaibles.tf
2021-02-08 14:03:31 +01:00

29 lines
312 B
HCL

variable "location" {
}
variable "resource_group_name" {
}
variable "cluster_name" {
}
variable "storage_account_name" {
}
variable "storage_account_accesskey" {
}
variable "user_id" {
}
variable "user_email" {
}
variable "app_registration_principal_id" {
}
variable "enabled" {
default = false
}