juntekim.com/terraform/modules/lambda_execution_role/variables.tf
2026-02-17 23:28:47 +00:00

4 lines
105 B
HCL

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