standard
turbot/aws_compliance
Get Involved
Version
Pipeline: Test detect and correct EBS encryption by default disabled in regions
Test enabling EBS encryption by default in the detect_and_correct_ebs_encryption_by_default_disabled_in_regions pipeline.
Run the pipeline
To run this pipeline from your terminal:
flowpipe pipeline run aws_compliance.pipeline.test_detect_and_correct_ebs_encryption_by_default_disabled_in_regions
Use this pipeline
To call this pipeline from your pipeline, use a step:
step "pipeline" "step_name" { pipeline = aws_compliance.pipeline.test_detect_and_correct_ebs_encryption_by_default_disabled_in_regions }
Params
Name | Type | Required | Description | Default |
---|---|---|---|---|
region | string | Yes | The AWS region. | us-east-1 |
conn | connection.aws | Yes | Name of the AWS connection to be used for any authenticated actions. | connection.aws.default |
Outputs
Name | Description |
---|---|
test_results | Test results for each step. |
Tags
folder = Tests