pre req command fix

This commit is contained in:
Hare Sudhan Muthusamy
2023-01-23 04:04:05 -05:00
parent 9eff413653
commit 53fe3eaacd
+7 -1
View File
@@ -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: |