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 c0a6426 commit 5769623
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli/cmd/generate_aws_controltower.go
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ func initGenerateAwsControlTowerTfCommandFlags() {
generateAwsControlTowerTfCommand.PersistentFlags().StringVar(
&GenerateAwsControlTowerCommandState.OrgAccountMappingsJson,
"org_account_mapping", "", `Org account mapping json string. Example:
''{"default_lacework_account":"main",`+
'{"default_lacework_account":"main",`+
`"mapping": [{ "aws_accounts": ["123456789011"], "lacework_account": "sub-account-1"}]}'`)

generateAwsControlTowerTfCommand.PersistentFlags().StringVar(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Flags:
--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"}]}'
'{"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
Expand Down

0 comments on commit 5769623

Please sign in to comment.