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
Copy file name to clipboardexpand all lines: variables.tf
+6
Original file line number
Diff line number
Diff line change
@@ -94,3 +94,9 @@ variable "source_code_hash" {
94
94
description="Used to trigger updates when file contents change. Must be set to a base64-encoded SHA256 hash of the package file specified with either filename or s3_key."
95
95
type=string
96
96
}
97
+
98
+
variable"layers" {
99
+
default=null
100
+
description="List of Lambda Layer Version ARNs (maximum of 5) to attach to your Lambda Function"
0 commit comments