cloud-function

This commit is contained in:
Ludovico Magnocavallo
2021-10-19 21:10:43 +02:00
parent 923ba819d1
commit e6c8fa2552
3 changed files with 8 additions and 1 deletions

View File

@@ -36,6 +36,12 @@ variable "bundle_config" {
})
}
variable "description" {
description = "Optional description."
type = string
default = "Terraform managed."
}
variable "environment_variables" {
description = "Cloud function environment variables."
type = map(string)