Skip to content

Commit

Permalink
chore: pr suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
PengyuanZhao authored and dmurray-lacework committed Nov 9, 2023
1 parent b81297d commit d7421a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/cmd/generate_aws.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ var (

// select options
AwsAdvancedOptDone = "Done"
AdvancedOptAgentless = "Additional Agentless options"
AdvancedOptAgentless = "Additional Agentless options (placeholder)"
AdvancedOptCloudTrail = "Additional CloudTrail options"
AdvancedOptIamRole = "Configure Lacework integration with an existing IAM role"
AdvancedOptAwsAccounts = "Add additional AWS Accounts to Lacework"
Expand Down Expand Up @@ -976,7 +976,7 @@ func askAdvancedAwsOptions(config *aws.GenerateAwsTfConfigurationArgs, extraStat
// we can have other accounts even if we only have Config integration (Scenario 7)
var options []string

// Only show Advanced CloudTrail options if CloudTrail integration is set to true
// Only show Advanced Agentless options if Agentless integration is set to true
if config.Agentless {
options = append(options, AdvancedOptAgentless)
}
Expand Down

0 comments on commit d7421a4

Please sign in to comment.