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 3b0ba44
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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)
}
}
2 changes: 1 addition & 1 deletion examples/complete/replication.tf
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ module "s3_bucket_replication_target_extra" {

attributes = ["target", "extra"]
context = module.this.context
}
}

0 comments on commit 3b0ba44

Please sign in to comment.