variable "sourcecode_zip_path" {
  type = string
}

variable "subscription_id" {
  type = string
}

variable "client_id" {
  type = string
}

variable "client_secret" {
  type = string
}

variable "tenant_id" {
  type = string
}

variable "region" {
  type = string
}

variable "name" {
  type = string
}

variable "runtime_version" {
  type = string
}
