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 e523f73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/complete/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ module "s3_bucket" {
privileged_principal_arns = local.privileged_principal_arns

context = module.this.context
}
}
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 e523f73

Please sign in to comment.