We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 875fb06 commit 6163ae6Copy full SHA for 6163ae6
1 file changed
tf/cloud-run/cloud-run.tf
@@ -17,7 +17,7 @@ resource "google_cloud_run_service" "default" {
17
location = "us-central1"
18
19
timeouts {
20
- create = "1m"
+ create = "6m"
21
}
22
23
template {
0 commit comments