support pre-made bundle archives in cloud function modules (#2358)
This commit is contained in:
committed by
GitHub
parent
bbf81752a4
commit
97d77d263b
@@ -42,11 +42,11 @@ variable "build_worker_pool" {
|
||||
}
|
||||
|
||||
variable "bundle_config" {
|
||||
description = "Cloud function source folder and generated zip bundle paths. Output path defaults to '/tmp/bundle.zip' if null."
|
||||
description = "Cloud function source. If path points to a .zip archive it is uploaded as-is, otherwise an archive is created on the fly. A null output path will use a unique name for the bundle in /tmp."
|
||||
type = object({
|
||||
source_dir = string
|
||||
output_path = optional(string)
|
||||
path = string
|
||||
excludes = optional(list(string))
|
||||
output_path = optional(string)
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user