From a2b8083d98d6800faa3bdd46a635558190daf8c8 Mon Sep 17 00:00:00 2001 From: Junaide <76074430+Junaide@users.noreply.github.com> Date: Tue, 13 Feb 2024 01:04:15 -0700 Subject: [PATCH] Update plugins.json --- plugins.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/plugins.json b/plugins.json index a19f338..4b7921b 100644 --- a/plugins.json +++ b/plugins.json @@ -1841,5 +1841,11 @@ "description": "Automatically create CloudWatch alarms and dashboards for Lambda, SQS, Kinesis, DynamoDB, API Gateway and Step Functions", "githubUrl": "https://github.com/fourTheorem/slic-watch", "status": "active" + }, + { + "name": "serverless-ansible-vault", + "description": "Enable the use of ansible vault variables in your serverless config!", + "githubUrl": "https://github.com/junaide/serverless-ansible-vault", + "status": "active" } ]