Skip to content

Commit f55e2d8

Browse files
committed
chore: Revert commit to main
This reverts commit de3ca75.
1 parent de3ca75 commit f55e2d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ variable "memory_size" {
102102
EOF
103103
type = number
104104
nullable = false
105-
default = 2048
105+
default = 128
106106
}
107107

108108
variable "timeout" {
@@ -112,7 +112,7 @@ variable "timeout" {
112112
EOF
113113
type = number
114114
nullable = false
115-
default = 120
115+
default = 60
116116
}
117117

118118
variable "reserved_concurrent_executions" {

0 commit comments

Comments
 (0)