Skip to content

Commit 0dc89af

Browse files
COUN-3588: DSFKit | Add DRA v15.0.0.10
1 parent 732ff43 commit 0dc89af

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,6 +585,15 @@ The following table lists the _latest_ DSF Kit releases, their release date and
585585
Added internal support for DRA versions 4.18 and 4.19. Set the variable ‘dra_version’ to 4.18 or 4.19 to use it.
586586
</td>
587587
</tr>
588+
<tr>
589+
<td>TBD
590+
</td>
591+
<td>1.7.30
592+
</td>
593+
<td>
594+
Added internal support for DRA version 15.0. Set the variable ‘dra_version’ to 15.0 to use it.
595+
</td>
596+
</tr>
588597
589598
</table>
590599
@@ -787,7 +796,7 @@ Restrictions on modules may apply</td>
787796
788797
</tr>
789798
<tr>
790-
<td>DRA</td><td>4.17.0.10</td><td>4.11.0.10 - 4.19.0.10</td>
799+
<td>DRA</td><td>4.17.0.10</td><td>4.11.0.10 - 15.0.0.10</td>
791800
</tr>
792801
</table>
793802

modules/aws/core/globals/main.tf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ locals {
4848

4949
locals {
5050
dra_version_map = {
51+
"15.0" = "15.0.0.10.0.108",
52+
"15.0" = "15.0.0.10.0.108",
53+
5154
"4.19" = "4.19.0.10.0.105",
5255
"4.19.0.10" = "4.19.0.10.0.105",
5356

0 commit comments

Comments
 (0)