Model/deployment/terraform/modules/lambda_execution_role/variables.tf
2026-05-19 16:35:09 +00:00

4 lines
105 B
HCL

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