Skip to content

Commit

Permalink
add missing array
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Turrado <[email protected]>
  • Loading branch information
JorTurFer committed Jan 1, 2024
1 parent ebb6b39 commit daf3d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/modules/aws/iam/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit daf3d26

Please sign in to comment.