Support GCS objects in cloud function modules bundles (#2361)

* cloud function v2

* cloud function v1

* blueprints
This commit is contained in:
Ludovico Magnocavallo
2024-06-14 13:44:01 +02:00
committed by GitHub
parent ea5e6dedc9
commit fa00deb747
19 changed files with 229 additions and 187 deletions

View File

@@ -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