We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 143778c + 90aa13d commit 7c22588Copy full SHA for 7c22588
modules/mpc-backup-key/README.md
@@ -40,5 +40,7 @@ No modules.
40
41
## Outputs
42
43
-No outputs.
+| Name | Description |
44
+|------|-------------|
45
+| <a name="output_kms_key_arn"></a> [kms\_key\_arn](#output\_kms\_key\_arn) | The ARN of the KMS key |
46
<!-- END_TF_DOCS -->
modules/mpc-backup-key/outputs.tf
@@ -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