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 de3ca75 commit f55e2d8Copy full SHA for f55e2d8
variables.tf
@@ -102,7 +102,7 @@ variable "memory_size" {
102
EOF
103
type = number
104
nullable = false
105
- default = 2048
+ default = 128
106
}
107
108
variable "timeout" {
@@ -112,7 +112,7 @@ variable "timeout" {
112
113
114
115
- default = 120
+ default = 60
116
117
118
variable "reserved_concurrent_executions" {
0 commit comments