Skip to content

Commit

Permalink
docs(iac-generation): update aws iac tf command help (#653)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Cadorette committed Jan 24, 2022
1 parent 38006bf commit 5c09072
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/cmd/generate.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ var (
// aws command is used to generate TF code for aws
generateAwsTfCommand = &cobra.Command{
Use: "aws",
Short: "Genereate terraform code for deploying into a new AWS environment",
Short: "Generate and/or execute Terraform code for AWS integration",
Long: `Use this command to generate Terraform code for deploying Lacework into an AWS environment.
By default, this command will function interactively, prompting for the required information to setup the new cloud account. In interactive mode, this command will:
Expand All @@ -68,7 +68,7 @@ By default, this command will function interactively, prompting for the required
* The command will prompt with the outcome of the plan and allow to view more details or continue with Terraform apply
* If confirmed, Terraform apply will be run, completing the setup of the cloud account
This command can also be run in noninteractive mode however, only generation is supported at this time. See help output for more details on supplying required values for generation.
This command can also be run in noninteractive mode. See help output for more details on supplying required values for generation.
`,
RunE: func(cmd *cobra.Command, args []string) error {
// Generate TF Code
Expand Down

0 comments on commit 5c09072

Please sign in to comment.