library
turbot/aws
Get Involved
Version
Pipeline: Test List IAM Users
Run the pipeline
To run this pipeline from your terminal:
flowpipe pipeline run aws.pipeline.test_list_iam_users
Use this pipeline
To call this pipeline from your pipeline, use a step:
step "pipeline" "step_name" { pipeline = aws.pipeline.test_list_iam_users }
Params
Name | Type | Required | Description | Default |
---|---|---|---|---|
conn | connection.aws | Yes | Name of AWS connection to use. If not provided, the default AWS connection will be used. | connection.aws.default |
user_name | string | Yes | The name of the user to create. | flowpipe-test-83052dc2-eca4-c20e-a4a3-2ef2662ad858 |
Outputs
Name | Description |
---|---|
test_result | Test results for each step. |
Tags
folder = Tests