library
turbot/aws
OverviewPipelines
0
Triggers
0
Variables
GitHub

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

NameTypeRequiredDescriptionDefault
conn
connection.aws
YesName of AWS connection to use. If not provided, the default AWS connection will be used.connection.aws.default
user_name
string
YesThe name of the user to create.flowpipe-test-49e5d048-ecc0-5cdb-1d6c-9830957de386

Outputs

NameDescription
test_resultTest results for each step.

Tags

folder = Tests