From 20c913a282d408b686350cd9e04bf98f9fe424a4 Mon Sep 17 00:00:00 2001 From: Michael Foley Date: Mon, 5 Feb 2024 10:23:20 +1100 Subject: [PATCH] feat: add the cluster type when calling snapshot username (#796) --- aws/components/db/setup.ftl | 1 + 1 file changed, 1 insertion(+) diff --git a/aws/components/db/setup.ftl b/aws/components/db/setup.ftl index 26e930db..910a4d6a 100644 --- a/aws/components/db/setup.ftl +++ b/aws/components/db/setup.ftl @@ -365,6 +365,7 @@ "# Check Snapshot Username", "check_rds_snapshot_username" + " \"" + getRegion() + "\" " + + " \"" + hostType + "\" " + " \"" + rdsManualSnapshot + "\" " + " \"" + rdsUsername + "\" || return $?" ],