correct lambda name

This commit is contained in:
Daniel Roth 2026-06-15 14:08:40 +00:00
parent 1af9d84f94
commit 8b27a5fda2

View file

@ -1,6 +1,6 @@
variable "lambda_name" {
type = string
description = "Logical name of the lambda (e.g. sharepoint_renamer)"
description = "sharepoint_renamer"
}
variable "stage" {