Skip to content

Commit

Permalink
chore: Revert commit to main
Browse files Browse the repository at this point in the history
This reverts commit de3ca75.
  • Loading branch information
georgeevil committed Mar 27, 2024
1 parent de3ca75 commit f55e2d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ variable "memory_size" {
EOF
type = number
nullable = false
default = 2048
default = 128
}

variable "timeout" {
Expand All @@ -112,7 +112,7 @@ variable "timeout" {
EOF
type = number
nullable = false
default = 120
default = 60
}

variable "reserved_concurrent_executions" {
Expand Down

0 comments on commit f55e2d8

Please sign in to comment.