standard
turbot/aws_compliance
Get Involved
Version
Pipeline: Test detect and correct IAM groups attached with *:* policy
Test detect and correct IAM groups with policy star star attached pipeline.
Run the pipeline
To run this pipeline from your terminal:
flowpipe pipeline run aws_compliance.pipeline.test_detect_and_correct_iam_groups_with_policy_star_star_attached_detach_group_star_star_policyUse this pipeline
To call this pipeline from your pipeline, use a step:
step "pipeline" "step_name" { pipeline = aws_compliance.pipeline.test_detect_and_correct_iam_groups_with_policy_star_star_attached_detach_group_star_star_policy }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 |
| group_name | string | Yes | The name of the group_. | flowpipe-group-483af3e3-5b84-cb2e-9fb1-edf20672696e |
| policy_name | string | Yes | The name of the policy. | flowpipe-policy-a9fffc3d-38f6-d9f2-3adf-a999fecf8f80 |
| policy_document | string | Yes | The policy document. | {"Statement":[{"Action":"*","Effect":"Allow","Resource":"*","Sid":"AllowAllActionsAllResources"}],"Version":"2012-10-17"} |
Outputs
| Name | Description |
|---|---|
| test_results | Test results for each step. |
Tags
folder = Tests