File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
modules/zama-protocol-pauser-wallet Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 -->
Original file line number Diff line number Diff line change 11output "aws_kms_key_id" {
22 description = " Summary of the KMS Key for the application"
33 value = local. kms_key_id
4- }
4+ }
Original file line number Diff line number Diff 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+ }
You can’t perform that action at this time.
0 commit comments