Skip to content

Commit

Permalink
Use consistent end-of-file newlines.
Browse files Browse the repository at this point in the history
  • Loading branch information
korenyoni committed Jun 30, 2021
1 parent bca9bf6 commit 90d6b67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/complete/privileged-principals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,4 @@ resource "aws_iam_role_policy_attachment" "additional_deployment_role_attachment

policy_arn = join("", aws_iam_policy.deployment_iam_policy.*.arn)
role = join("", aws_iam_role.deployment_iam_role.*.name)
}
}

0 comments on commit 90d6b67

Please sign in to comment.