diff --git a/README.md b/README.md index 447f89ac..ef7b969c 100644 --- a/README.md +++ b/README.md @@ -624,7 +624,7 @@ The following table lists the _latest_ DSF Kit releases, their release date and Added internal support for Sonar version 15.0. Set the variable ‘sonar_version’ to 15.0 to use it. - + 18 Jan 2026 1.7.34 @@ -633,6 +633,14 @@ The following table lists the _latest_ DSF Kit releases, their release date and 2. Improvements and bug fixes. + + TBD + + TBD + + 1. Added internal support for DRA version 15.3. Set the variable ‘dra_version’ to 15.3 to use it. + + @@ -835,7 +843,7 @@ Restrictions on modules may apply - DRA4.17.0.104.11.0.10 - 15.2.0.10 + DRA4.17.0.104.11.0.10 - 15.3.0.10 diff --git a/modules/aws/core/globals/main.tf b/modules/aws/core/globals/main.tf index 0b1fe395..6770d149 100644 --- a/modules/aws/core/globals/main.tf +++ b/modules/aws/core/globals/main.tf @@ -52,6 +52,9 @@ locals { locals { dra_version_map = { + "15.3" = "15.3.0.10.0.16", + "15.3.0.10" = "15.3.0.10.0.16", + "15.2" = "15.2.0.10.0.7", "15.2.0.10" = "15.2.0.10.0.7",