Skip to content

Commit 0769230

Browse files
authored
docs: remove ambiguousity regarding s3_key
1 parent c080334 commit 0769230

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/source/docs/providers/aws/r/lambda_function.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ resource "aws_lambda_function" "test_lambda" {
5454

5555
* `filename` - (Optional) A [zip file][2] containing your lambda function source code. If defined, The `s3_*` options cannot be used.
5656
* `s3_bucket` - (Optional) The S3 bucket location containing your lambda function source code. Conflicts with `filename`.
57-
* `s3_key` - (Optional) The S3 key containing your lambda function source code. Conflicts with `filename`.
57+
* `s3_key` - (Optional) The S3 key of a [zip file][2] containing your lambda function source code. Conflicts with `filename`.
5858
* `s3_object_version` - (Optional) The object version of your lambda function source code. Conflicts with `filename`.
5959
* `function_name` - (Required) A unique name for your Lambda Function.
6060
* `handler` - (Required) The function [entrypoint][3] in your code.

0 commit comments

Comments
 (0)