Skip to content

Commit dc363d2

Browse files
authored
feat: Added support for trusted_role_actions for MFA in iam-assumable-role (#171)
1 parent d6e2d4d commit dc363d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/iam-assumable-role/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ data "aws_iam_policy_document" "assume_role_with_mfa" {
3333
statement {
3434
effect = "Allow"
3535

36-
actions = ["sts:AssumeRole"]
36+
actions = var.trusted_role_actions
3737

3838
principals {
3939
type = "AWS"

0 commit comments

Comments
 (0)