From 721d2072dfdf0cbb6ae0d72be85f8ef3ee8ec771 Mon Sep 17 00:00:00 2001 From: Mykhailo Date: Wed, 18 Sep 2024 17:06:27 +0300 Subject: [PATCH] Add different resources to test --- .github/workflows/auto-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-test.yml b/.github/workflows/auto-test.yml index b829c6eb..1985c599 100644 --- a/.github/workflows/auto-test.yml +++ b/.github/workflows/auto-test.yml @@ -25,7 +25,7 @@ env: TF_BACKEND_STORAGE_NAME: ${{ secrets.TF_BACKEND_STORAGE_NAME }} TF_CLI_ARGS: "-no-color" AWS_DEFAULT_REGION: ${{ secrets.AWS_REGION }} - default_resource_priority_list: '[ "sqs", "sns" ]' + default_resource_priority_list: '[ "sqs", "sns", "defender", "role"]' RED: '\033[0;31m' ACTIONS_REPO_BRANCH: "feature/deploy_scan_sequential_resources"