standard
turbot/aws_compliance

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_policy

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_iam_groups_with_policy_star_star_attached_detach_group_star_star_policy
}

Params

NameTypeRequiredDescriptionDefault
conn
connection.aws
YesName of the AWS connection to be used for any authenticated actions.connection.aws.default
group_name
string
YesThe name of the group_.flowpipe-group-4b176d1d-dc71-634d-e39b-2d3e9ca27ce7
policy_name
string
YesThe name of the policy.flowpipe-policy-dcdc11a6-2d50-853b-0370-3e7c3b35960a
policy_document
string
YesThe policy document.{"Statement":[{"Action":"*","Effect":"Allow","Resource":"*","Sid":"AllowAllActionsAllResources"}],"Version":"2012-10-17"}

Outputs

NameDescription
test_resultsTest results for each step.

Tags

folder = Tests