4 lines
105 B
HCL
4 lines
105 B
HCL
variable "name" {
|
|
description = "IAM role name for the Lambda execution role"
|
|
type = string
|
|
}
|