Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Jan 21, 2022
1 parent c2ebc01 commit ecc3fef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion role.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ resource "aws_iam_role" "role" {
max_session_duration = local._defaults["max_session_duration"]
assume_role_policy = data.aws_iam_policy_document.lambda_assume.json

inline_policy = {
inline_policy {
name = var.name
policy = data.aws_iam_policy_document.lambda_policy.json
}
Expand Down

0 comments on commit ecc3fef

Please sign in to comment.