diff --git a/terraform/modules/aws/iam/main.tf b/terraform/modules/aws/iam/main.tf index d91a865..ee514e7 100644 --- a/terraform/modules/aws/iam/main.tf +++ b/terraform/modules/aws/iam/main.tf @@ -230,7 +230,7 @@ resource "aws_iam_role" "workload1_role" { "Statement": [ { "Sid" : "", - "Effect" : "Allow" + "Effect" : "Allow", "Action" : "sts:AssumeRole", "Principal" : { "AWS" : "${aws_iam_role.keda_role.arn}"