You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the secure-cloud-run module but find that I need to modify the timeout for the cloud run service it creates.
There is an input variable defined for this in secure-cloud-run-core with a 2 minute default, but I don't see this variable included in the inputs for the wrapper module secure-cloud-run.
Unless I'm mistaken, I can't do this without the wrapper module including timeout_seconds in its variables.tf and also passing it into its invocation of the secure-cloud-run-core module.
The text was updated successfully, but these errors were encountered:
There is an open PR for this issue at #225 but it looks like there are issues with the build since nearly all the PR's in this project have failing builds.
I've worked around the need for secure-cloud-run exposing this variable by copying the entirety of the cloud run terraform scripts into my project but it would be nice to avoid adding all of this code just to set a single property.
I am using the secure-cloud-run module but find that I need to modify the timeout for the cloud run service it creates.
There is an input variable defined for this in secure-cloud-run-core with a 2 minute default, but I don't see this variable included in the inputs for the wrapper module secure-cloud-run.
Unless I'm mistaken, I can't do this without the wrapper module including
timeout_seconds
in its variables.tf and also passing it into its invocation of the secure-cloud-run-core module.The text was updated successfully, but these errors were encountered: