From 290662401ea1dd078ef52f75efa0098a7b6f8da6 Mon Sep 17 00:00:00 2001 From: "curly-review[bot]" <203030520+curly-review[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 06:26:45 +0000 Subject: [PATCH] Fix CRLY.01072 --- cfn/cfn-nipap-backend.json | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/cfn/cfn-nipap-backend.json b/cfn/cfn-nipap-backend.json index 510017b..989a55a 100644 --- a/cfn/cfn-nipap-backend.json +++ b/cfn/cfn-nipap-backend.json @@ -183,7 +183,8 @@ }, { "Key": "purpose", "Value": "DB backend for NIPAP IPAM tool" - }] + }], + "KmsKeyId": "arn:aws:kms:us-west-2:123456789012:key/abcd1234-a123-456a-a12b-a123b4cd56ef" }, "DeletionPolicy": "Snapshot" }, @@ -257,11 +258,4 @@ "TailorComponentsSg": { "Description": "Shared Security Group for Tailor Components", "Value": { - "Fn::GetAtt" : [ "SgTailorComponents", "GroupId" ] - } - } - - } - - -} + "Fn::GetAt \ No newline at end of file