Support for consistent function bundles

This commit is contained in:
Andras Gyomrey
2021-11-06 13:48:22 +00:00
parent b062d73db5
commit 1da5bde47b
8 changed files with 71 additions and 25 deletions

View File

@@ -20,8 +20,10 @@ module "test" {
name = "test"
bucket_name = var.bucket_name
bundle_config = {
source_dir = "bundle"
output_path = "bundle.zip"
source_dir = "bundle"
output_path = "bundle.zip"
output_file_mode = null
excludes = null
}
iam = {
"roles/cloudfunctions.invoker" = ["allUsers"]