Skip to content

Commit 3dbb72c

Browse files
committed
Add required variables
1 parent 5ca66b0 commit 3dbb72c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

variables.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
variable "role_arn" {
2+
type = string
3+
description = "(Required) IAM role attached to the Lambda Function."
4+
}

0 commit comments

Comments
 (0)