We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6300813 + ead7ded commit 498b01bCopy full SHA for 498b01b
main.tf
@@ -247,6 +247,8 @@ resource "aws_lambda_function" "this" {
247
CLOUDWATCH_ALARM_SCHEDULE = var.cloudwatch_alarm_schedule
248
}
249
250
+
251
+ tags = var.tags
252
253
254
################################################
variables.tf
@@ -77,3 +77,9 @@ variable "cloudwatch_alarm_schedule" {
77
type = string
78
default = "false"
79
80
81
+variable "tags" {
82
+ description = "Custom tags on lambda"
83
+ type = map
84
+ default = null
85
+}
0 commit comments