Skip to content

Commit

Permalink
Merge branch 'GDB-9961-KMS-CMK' of https://github.com/Ontotext-AD/ter…
Browse files Browse the repository at this point in the history
…raform-aws-graphdb into GDB-9961-KMS-CMK
  • Loading branch information
kristianiliev1 committed May 31, 2024
2 parents b85645c + 16d6044 commit 5fa3b72
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,8 @@ Before you begin using this Terraform module, ensure you meet the following prer
| sns\_cmk\_policy | The IAM policy JSON document. | `string` | `""` | no |
| tags | A map of tags to assign to the resources. | `map(string)` | `{}` | no |
| cmk\_description | Description for the key | `string` | `"KMS Key to encrypt SNS"` | no |
| sns\_key\_admin\_arn | ARN of the role or user granted administrative access to the SNS KMS key | `string` | `""` | no |
| sns\_key\_admin\_arn | ARN of the role or user granted administrative access to the SNS KMS key. | `string` | `""` | no |
| deletion\_window\_in\_days | The waiting period, specified in number of days for AWS to delete the KMS key(Between 7 and 30). | `number` | `30` | no |
<!-- END_TF_DOCS -->

## Usage
Expand Down

0 comments on commit 5fa3b72

Please sign in to comment.