You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 8, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: variables.tf
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -94,11 +94,13 @@ variable "source_from_s3" {
94
94
variable"s3_bucket" {
95
95
description="The S3 bucket location containing the function's deployment package. Required when `source_from_s3` = `true`. This bucket must reside in the same AWS region where you are creating the Lambda function."
96
96
type="string"
97
+
default=""
97
98
}
98
99
99
100
variable"s3_key" {
100
101
description="The S3 key of an object containing the function's deployment package. Required when `source_from_s3` = `true`"
0 commit comments