Skip to content

Commit 77fffd2

Browse files
committed
chore: add trailing line and end of files
1 parent 014f819 commit 77fffd2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

modules/zama-protocol-pauser-wallet/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@
6060
| Name | Description |
6161
|------|-------------|
6262
| <a name="output_aws_kms_key_id"></a> [aws\_kms\_key\_id](#output\_aws\_kms\_key\_id) | Summary of the KMS Key for the application |
63-
<!-- END_TF_DOCS -->
63+
<!-- END_TF_DOCS -->
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
output "aws_kms_key_id" {
22
description = "Summary of the KMS Key for the application"
33
value = local.kms_key_id
4-
}
4+
}

modules/zama-protocol-pauser-wallet/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,4 +103,4 @@ variable "kms_cross_account_kms_key_id" {
103103
condition = !var.kms_use_cross_account_kms_key || (var.kms_use_cross_account_kms_key && var.kms_cross_account_kms_key_id != "")
104104
error_message = "kms_cross_account_kms_key_id must be provided when kms_use_cross_account_kms_key is true."
105105
}
106-
}
106+
}

0 commit comments

Comments
 (0)