Skip to content

Commit

Permalink
fix: Fix the lint error
Browse files Browse the repository at this point in the history
Signed-off-by: Lei Jin <[email protected]>
  • Loading branch information
leijin-lw committed Dec 16, 2024
1 parent 3ffbb90 commit 8af7f1c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lwgenerate/aws/aws.go
Original file line number Diff line number Diff line change
Expand Up @@ -1368,7 +1368,8 @@ func createAgentless(args *GenerateAwsTfConfigurationArgs) ([]*hclwrite.Block, e
"lacework_aws_agentless_scanning_global",
lwgenerate.AwsAgentlessSource,
lwgenerate.HclModuleWithVersion(lwgenerate.AwsAgentlessVersion),
lwgenerate.HclModuleWithAttributes(map[string]interface{}{"global": true, "regional": true, "use_aws_flow_log": false}),
lwgenerate.HclModuleWithAttributes(map[string]interface{}{"global": true,
"regional": true, "use_aws_flow_log": false}),
lwgenerate.HclModuleWithProviderDetails(
map[string]string{"aws": "aws.main"},
),
Expand Down

0 comments on commit 8af7f1c

Please sign in to comment.