standard
turbot/aws_compliance
Get Involved
Version
Pipeline: Test detect and correct S3 buckets without SSL enforcement
Test the enforce SSL action for S3 buckets.
Run the pipeline
To run this pipeline from your terminal:
flowpipe pipeline run aws_compliance.pipeline.test_detect_and_correct_s3_buckets_without_ssl_enforcement_enforce_sslUse this pipeline
To call this pipeline from your pipeline, use a step:
step "pipeline" "step_name" { pipeline = aws_compliance.pipeline.test_detect_and_correct_s3_buckets_without_ssl_enforcement_enforce_ssl }Params
| Name | Type | Required | Description | Default |
|---|---|---|---|---|
| conn | connection.aws | Yes | Name of the AWS connection to be used for any authenticated actions. | connection.aws.default |
| region | string | Yes | AWS Region of the resource(s). | us-east-1 |
| bucket | string | Yes | The name of the bucket. | flowpipe-test-8ceac059-53b2-4a05-e514-2dfce3d1a234 |
Outputs
| Name | Description |
|---|---|
| result_enforce_ssl | Result of enable SSL action verification. |
Tags
folder = Tests