From 3b0ba448f8c13a982b874eaaed4dc4ce34ae119e Mon Sep 17 00:00:00 2001 From: Yonatan Koren Date: Wed, 30 Jun 2021 10:32:34 -0400 Subject: [PATCH] Use consistent end-of-file newlines. --- examples/complete/main.tf | 2 +- examples/complete/privileged-principals.tf | 2 +- examples/complete/replication.tf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/complete/main.tf b/examples/complete/main.tf index 904365c7..31ac8d81 100644 --- a/examples/complete/main.tf +++ b/examples/complete/main.tf @@ -22,4 +22,4 @@ module "s3_bucket" { privileged_principal_arns = local.privileged_principal_arns context = module.this.context -} \ No newline at end of file +} diff --git a/examples/complete/privileged-principals.tf b/examples/complete/privileged-principals.tf index 00f26129..865c3731 100644 --- a/examples/complete/privileged-principals.tf +++ b/examples/complete/privileged-principals.tf @@ -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) -} \ No newline at end of file +} diff --git a/examples/complete/replication.tf b/examples/complete/replication.tf index 00586ebf..3fe2037b 100644 --- a/examples/complete/replication.tf +++ b/examples/complete/replication.tf @@ -38,4 +38,4 @@ module "s3_bucket_replication_target_extra" { attributes = ["target", "extra"] context = module.this.context -} \ No newline at end of file +}