Skip to content

Commit 7c22588

Browse files
authored
Merge pull request #86 from zama-ai/fred/fix/add-key-arn-output
fix: Add kms key output
2 parents 143778c + 90aa13d commit 7c22588

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

modules/mpc-backup-key/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,7 @@ No modules.
4040

4141
## Outputs
4242

43-
No outputs.
43+
| Name | Description |
44+
|------|-------------|
45+
| <a name="output_kms_key_arn"></a> [kms\_key\_arn](#output\_kms\_key\_arn) | The ARN of the KMS key |
4446
<!-- END_TF_DOCS -->

modules/mpc-backup-key/outputs.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
output "kms_key_arn" {
2+
description = "The ARN of the KMS key"
3+
value = aws_kms_key.this_backup.arn
4+
}

0 commit comments

Comments
 (0)