Skip to content

Commit

Permalink
test: update help tests
Browse files Browse the repository at this point in the history
Signed-off-by: Darren Murray <darren.murray@lacework.net>
  • Loading branch information
dmurray-lacework committed Jul 20, 2023
1 parent 648a26b commit c0a6426
Showing 1 changed file with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,26 @@ Usage:
Flags:
--apply run terraform apply without executing plan or prompting
--audit_account string The audit account flag input in the format profile:region
--aws_profile string specify aws profile
-h, --help help for controltower
--iam_role_arn string specify the arn of the existing iam role
--iam_role_external_id string specify the external id of the existing iam role
--iam_role_name string specify the name of the existing iam role
--lacework_aws_account_id string the Lacework AWS root account id
--log_archive_account string The log archive account flag input in the format profile:region
--org_account_mapping string Org account mapping json string. Example:
''{"default_lacework_account":"main","mapping": [{ "aws_accounts": ["123456789011"], "lacework_account": "sub-account-1"}]}'
--output string location to write generated content
--prefix string specify the prefix that will be used at the beginning of every generated resource
--s3_bucket_arn string the S3 Bucket for consolidated CloudTrail
--sns_topic_arn string the SNS Topic
--sqs_queue_name string specify the name of the sqs queue

Global Flags:
-a, --account string account subdomain of URL (i.e. <ACCOUNT>.lacework.net)
-k, --api_key string access key id
-s, --api_secret string secret access key
--api_token string access token (replaces the use of api_key and api_secret)
--aws_profile string specify aws profile
--aws_region string specify aws region
--aws_subaccount strings configure an additional aws account; value format must be <aws profile>:<region>
--bucket_encryption_enabled enable S3 bucket encryption when creating bucket (default true)
Expand Down Expand Up @@ -65,6 +71,5 @@ Global Flags:
--sns_topic_name string specify SNS topic name if creating new one
--sqs_encryption_enabled enable encryption on SQS queue when creating (default true)
--sqs_encryption_key_arn string specify existing KMS encryption key arn for SQS queue
--sqs_queue_name string specify SQS queue name if creating new one
--subaccount string sub-account name inside your organization (org admins only)
--use_s3_bucket_notification enable S3 bucket notifications

0 comments on commit c0a6426

Please sign in to comment.