minor changes
This commit is contained in:
@@ -26,13 +26,13 @@ atomic_tests:
|
||||
prereq_command: |
|
||||
cat ~/.aws/credentials | grep "default"
|
||||
get_prereq_command: |
|
||||
echo Please install the aws-cli and configure your AWS defult profile using: aws configure
|
||||
echo Please install the aws-cli and configure your AWS default profile using: aws configure
|
||||
- description: |
|
||||
Check if terraform is installed.
|
||||
prereq_command: |
|
||||
terraform version
|
||||
get_prereq_command: |
|
||||
echo Please install the aws-cli and configure your AWS defult profile using: aws configure
|
||||
echo Please install the terraform and configure your aws default profile
|
||||
- description: |
|
||||
Check if the dependency resources are already present.
|
||||
prereq_command: |
|
||||
@@ -94,7 +94,7 @@ atomic_tests:
|
||||
prereq_command: |
|
||||
terraform version
|
||||
get_prereq_command: |
|
||||
echo Please install the terraform and configure your Azure defult profile
|
||||
echo Please install the terraform and configure your Azure login for terraform.
|
||||
- description: |
|
||||
Create dependency resources using terraform
|
||||
prereq_command: |
|
||||
@@ -191,7 +191,7 @@ atomic_tests:
|
||||
prereq_command: |
|
||||
cat ~/.aws/credentials | grep "default"
|
||||
get_prereq_command: |
|
||||
echo Please install the aws-cli and configure your AWS defult profile using: aws configure
|
||||
echo Please install the aws-cli and configure your AWS default profile using: aws configure
|
||||
|
||||
executor:
|
||||
command: |
|
||||
@@ -245,7 +245,7 @@ atomic_tests:
|
||||
prereq_command: |
|
||||
cat ~/.aws/credentials | grep "default"
|
||||
get_prereq_command: |
|
||||
echo Please install the aws-cli and configure your AWS defult profile using: aws configure
|
||||
echo Please install the aws-cli and configure your AWS default profile using: aws configure
|
||||
|
||||
executor:
|
||||
command: |
|
||||
@@ -299,7 +299,7 @@ atomic_tests:
|
||||
prereq_command: |
|
||||
cat ~/.aws/credentials | grep "default"
|
||||
get_prereq_command: |
|
||||
echo Please install the aws-cli and configure your AWS defult profile using: aws configure
|
||||
echo Please install the aws-cli and configure your AWS default profile using: aws configure
|
||||
|
||||
executor:
|
||||
command: |
|
||||
@@ -339,7 +339,7 @@ atomic_tests:
|
||||
prereq_command: |
|
||||
cat ~/.aws/credentials | grep "default"
|
||||
get_prereq_command: |
|
||||
echo Please install the aws-cli and configure your AWS defult profile using: aws configure
|
||||
echo Please install the aws-cli and configure your AWS default profile using: aws configure
|
||||
executor:
|
||||
command: |
|
||||
aws logs create-log-group --log-group-name #{cloudwatch_log_group_name} --region #{region} --output json
|
||||
@@ -371,7 +371,7 @@ atomic_tests:
|
||||
prereq_command: |
|
||||
cat ~/.aws/credentials | grep "default"
|
||||
get_prereq_command: |
|
||||
echo Please install the aws-cli and configure your AWS defult profile using: aws configure
|
||||
echo Please install the aws-cli and configure your AWS default profile using: aws configure
|
||||
executor:
|
||||
command: |
|
||||
aws logs create-log-group --log-group-name #{cloudwatch_log_group_name} --region #{region} --output json
|
||||
@@ -407,7 +407,7 @@ atomic_tests:
|
||||
prereq_command: |
|
||||
cat ~/.aws/credentials | grep "default"
|
||||
get_prereq_command: |
|
||||
echo Please install the aws-cli and configure your AWS defult profile using: aws configure
|
||||
echo Please install the aws-cli and configure your AWS default profile using: aws configure
|
||||
executor:
|
||||
command: |
|
||||
aws logs create-log-group --log-group-name #{cloudwatch_log_group_name} --region #{region} --output json
|
||||
|
||||
Reference in New Issue
Block a user