Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
eschultink committed Aug 16, 2024
1 parent 347c334 commit fa03636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/modules/aws-psoxy-lambda/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ variable "memory_size_mb" {
variable "ephemeral_storage_mb" {
type = number
description = "ephemeral storage size in MB"
default = 512 # this is the free amount; over this though it's pretty
default = 512 # this is the free amount; over this though it's pretty trivial cost for the use-case
}

variable "timeout_seconds" {
Expand Down

0 comments on commit fa03636

Please sign in to comment.