standard
turbot/aws_compliance

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

NameTypeRequiredDescriptionDefault
conn
connection.aws
YesName of the AWS connection to be used for any authenticated actions.connection.aws.default
title
string
YesThe title of the alternate contactAccount alternative contact
alternate_account_title
string
YesThe title of the alternate contactAccount alternative contact
name
string
YesThe name of the alternate contacttest-fp-contact
email_address
string
YesThe email address of the alternate contact.tommy@gmail.com
phone_number
string
YesThe phone number of the alternate contact.9887263547

Outputs

NameDescription
result_add_alternate_contactTest result for each step

Tags

folder = Tests