standard
turbot/aws_compliance

Pipeline: Test detect and correct KMS key with rotation disabled

Test the detect_and_correct_kms_keys_with_rotation_disabled pipeline.

Run the pipeline

To run this pipeline from your terminal:

flowpipe pipeline run aws_compliance.pipeline.test_detect_and_correct_kms_keys_with_rotation_disabled_enable_key_rotation \
--arg 'conn=<connection.aws>'

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_kms_keys_with_rotation_disabled_enable_key_rotation
args = {
conn = <connection.aws>
}
}

Params

NameTypeRequiredDescriptionDefault
conn
connection.aws
YesName of the AWS connection to be used for any authenticated actions.-
region
string
YesAWS Region of the resource(s).us-east-1

Outputs

NameDescription
test_resultsTest results for each step.

Tags

folder = Tests