Support for create_bucket argument. #80
Labels
enhancement
New feature or request
good first issue
Good for newcomers
P3
medium priority issues
triaged
Scoped and ready for work
TL;DR
The event-function module has a
create_bucket
input argument that should also be supported by this module.The inclusion of this input argument permits the use case of using a bucket that already exists for the storage of function deployment sources when
create_bucket
is false andbucket_name
points to an existing bucket.Terraform Resources
https://registry.terraform.io/modules/terraform-google-modules/event-function/google/latest?tab=inputs
Detailed design
Additional information
I am more than happy to create a PR for this, and I think this should be supported since finer control is always nice, especially since that finer control is already supported by the underlying event functions module this module makes use of.
The text was updated successfully, but these errors were encountered: