Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion website/docs/r/lambda_function.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ resource "aws_lambda_function" "test_lambda" {
runtime = "nodejs14.x"

ephemeral_storage {
size = 10240 # Min 512 MB and the Max 10240 MB
size = 10240 # Min 512 MB and the Max 10240 MB
}
}
```
Expand Down