From 53fe3eaacd4ed86c3e08ee822b2c960b030578c5 Mon Sep 17 00:00:00 2001 From: Hare Sudhan Muthusamy Date: Mon, 23 Jan 2023 04:04:05 -0500 Subject: [PATCH] pre req command fix --- atomics/T1562.008/T1562.008.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/atomics/T1562.008/T1562.008.yaml b/atomics/T1562.008/T1562.008.yaml index 71a4059b..e01b11fa 100644 --- a/atomics/T1562.008/T1562.008.yaml +++ b/atomics/T1562.008/T1562.008.yaml @@ -94,7 +94,13 @@ atomic_tests: prereq_command: | terraform version get_prereq_command: | - echo Please install the terraform and configure your Azure login for terraform. + echo Please install the terraform. + - description: | + Check if the user is logged into Azure. + prereq_command: | + az account show + get_prereq_command: | + echo Configure your Azure account using: az login. - description: | Create dependency resources using terraform prereq_command: |