standard
turbot/aws_compliance
Get Involved
Version
Pipeline: Test detect & correct accounts without alternate security contact
Test add the alternate security contact register action for accounts.
Run the pipeline
To run this pipeline from your terminal:
flowpipe pipeline run aws_compliance.pipeline.test_detect_and_correct_accounts_without_alternate_security_contact_add_alternate_contact
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_accounts_without_alternate_security_contact_add_alternate_contact }
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 |
title | string | Yes | The title of the alternate contact | Account alternative contact |
alternate_account_title | string | Yes | The title of the alternate contact | Account alternative contact |
name | string | Yes | The name of the alternate contact | test-fp-contact |
email_address | string | Yes | The email address of the alternate contact. | tommy@gmail.com |
phone_number | string | Yes | The phone number of the alternate contact. | 9887263547 |
Outputs
Name | Description |
---|---|
result_add_alternate_contact | Test result for each step |
Tags
folder = Tests