There was an error while loading. Please reload this page.
1 parent 4be3160 commit cdf4737Copy full SHA for cdf4737
main.tf
@@ -21,6 +21,7 @@ resource "aws_iam_role" "this" {
21
name = "${var.name}-scheduler-lambda"
22
description = "Allows Lambda functions to stop and start ec2 and rds resources"
23
assume_role_policy = data.aws_iam_policy_document.this.json
24
+ tags = var.tags
25
}
26
27
data "aws_iam_policy_document" "this" {
0 commit comments