-
Notifications
You must be signed in to change notification settings - Fork 66
Begin to close the gap between this and scheduled-function #19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Begin to close the gap between this and scheduled-function #19
Conversation
This brings terraform-google-event-function in line with the input variables in line with terraform-google-scheduled-function. First step towards consolidation.
This continues to close the gap between event-function and scheduled-function. Scheduled-function has this set to true, but event function has set to false.
|
After these changes, scheduled-function can be implemented using event-function |
aaron-lane
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for being flexible with the implementation, @zachberger! A few questions and suggestions.
Co-Authored-By: Aaron Lane <aarondrewlane@gmail.com>
|
@aaron-lane what do you think about removing the default value for the cloud function's runtime? It seems like we'll need to update it frequently with the seemingly constant deprecations. I'm also not convinced |
|
I'm okay with dropping the default; I just went with it since it was the default language in many CloudFunctions examples. |
|
What do you think about leaving refactoring |
|
@zachberger sure, we can do that. |
No description provided.