Model/infrastructure/terraform/modules/lambda_execution_role/variables.tf

4 lines
105 B
HCL

variable "name" {
description = "IAM role name for the Lambda execution role"
type = string
}