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_ssl
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_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-e90d3744-1672-72c8-73f7-34086f3b4906 |
Outputs
Name | Description |
---|---|
result_enforce_ssl | Result of enable SSL action verification. |
Tags
folder = Tests