standard
turbot/aws_compliance
Get Involved
Version
Pipeline: Test detect and correct Security Hub disabled in regions
Test the enable Security Hub action for regions that have security hub disabled.
Run the pipeline
To run this pipeline from your terminal:
flowpipe pipeline run aws_compliance.pipeline.test_detect_and_correct_security_hub_disabled_in_regionsUse this pipeline
To call this pipeline from your pipeline, use a step:
step "pipeline" "step_name" { pipeline = aws_compliance.pipeline.test_detect_and_correct_security_hub_disabled_in_regions }Params
| Name | Type | Required | Description | Default |
|---|---|---|---|---|
| region | string | Yes | The AWS region where the VPC will be created. | us-east-2 |
| conn | connection.aws | Yes | Name of the AWS connection to be used for any authenticated actions. | connection.aws.default |
Outputs
| Name | Description |
|---|---|
| query_output_result_after_remediation | |
| result | Result of action verification. |
Tags
folder = Tests