Support GCS objects in cloud function modules bundles (#2361)
* cloud function v2 * cloud function v1 * blueprints
This commit is contained in:
committed by
GitHub
parent
ea5e6dedc9
commit
fa00deb747
@@ -184,8 +184,7 @@ module "function-hello" {
|
||||
bucket_name = "${var.name}-tf-cf-deploy"
|
||||
ingress_settings = "ALLOW_INTERNAL_ONLY"
|
||||
bundle_config = {
|
||||
path = "${path.module}/assets"
|
||||
output_path = "bundle.zip"
|
||||
path = "${path.module}/assets"
|
||||
}
|
||||
bucket_config = {
|
||||
location = var.region
|
||||
|
||||
Reference in New Issue
Block a user