Skip to content

Commit 2f2e56d

Browse files
update doc
1 parent 67bc1cf commit 2f2e56d

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -605,6 +605,16 @@ The following table lists the _latest_ DSF Kit releases, their release date and
605605
<br/>2. Updated the AWS POC dsf_deployment example.
606606
</td>
607607
</tr>
608+
<tr>
609+
<td>TBD
610+
</td>
611+
<td>1.7.32
612+
</td>
613+
<td>
614+
1. Added support for CipherTrust Manger version 2.20 in AWS. Set the variable ‘ciphertrust_manager_version’ to control the version (default: 2.20).
615+
<br/>2. Updated the AWS POC dsf_deployment example.
616+
<br/>3. Improvements and bug fixes.
617+
</tr>
608618
609619
</table>
610620

examples/aws/poc/dsf_deployment/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ variable "dra_analytics_ebs_details" {
360360
variable "ciphertrust_manager_version" {
361361
type = string
362362
default = "2.20"
363-
description = "The CipherTrust Manager version from AWS marketplace to install. Supported versions are: 2.20 and up."
363+
description = "The CipherTrust Manager version from AWS marketplace to install. Supported versions are: 2.19 and up."
364364
validation {
365365
condition = can(regex("^\\d{1,2}\\.\\d{1,3}$", var.ciphertrust_manager_version))
366366
error_message = "Version must be in the format dd.dd where each dd is a number between 1-99 (e.g 2.20)"

0 commit comments

Comments
 (0)