Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -624,6 +624,15 @@ The following table lists the _latest_ DSF Kit releases, their release date and
<td>
Added internal support for Sonar version 15.0. Set the variable ‘sonar_version’ to 15.0 to use it.
</tr>

<tr>
<td>
</td>
<td>1.7.34</td>
<td>
1. Added internal support for DRA version 15.2. Set the variable ‘dra_version’ to 15.2 to use it.
</td>
</tr>

</table>

Expand Down Expand Up @@ -826,7 +835,7 @@ Restrictions on modules may apply</td>

</tr>
<tr>
<td>DRA</td><td>4.17.0.10</td><td>4.11.0.10 - 15.1.0.10</td>
<td>DRA</td><td>4.17.0.10</td><td>4.11.0.10 - 15.2.0.10</td>
</tr>
</tr>
<tr>
Expand Down
3 changes: 3 additions & 0 deletions modules/aws/core/globals/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ locals {

locals {
dra_version_map = {
"15.2" = "15.2.0.10.0.7",
"15.2.0.10" = "15.2.0.10.0.7",

"15.1" = "15.1.0.10.0.14",
"15.1.0.10" = "15.1.0.10.0.14",

Expand Down