Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed May 9, 2022
1 parent 1cfcbaa commit 02d26bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flowlogs-role/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ locals {
resource "aws_iam_role" "role" {
name = local.role_name
description = local.role_description
force_detach_policies = local._defaults["force_detach_policies"]
force_detach_policies = local._defaults["role"]["force_detach_policies"]
max_session_duration = local._defaults["role"]["max_session_duration"]
assume_role_policy = data.aws_iam_policy_document.flowlogs_assume.json

Expand Down

0 comments on commit 02d26bc

Please sign in to comment.