variable "sourcecode_zip_path" {
  type = string
}

variable "credential_file_path" {
  type = string
}

variable "project" {
  type = string
}

variable "region" {
  type = string
}

variable "name" {
  type = string
}

variable "memory" {
  type = number
}

variable "runtime_version" {
  type = string
}
