Skip to content

Commit

Permalink
Remove the regional agentless option in main account
Browse files Browse the repository at this point in the history
  • Loading branch information
leijin-lw authored Dec 9, 2024
1 parent e050b05 commit 5aae2c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lwgenerate/aws/aws.go
Original file line number Diff line number Diff line change
Expand Up @@ -1368,7 +1368,7 @@ 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}),
lwgenerate.HclModuleWithAttributes(map[string]interface{}{"global": true}),
lwgenerate.HclModuleWithProviderDetails(
map[string]string{"aws": "aws.main"},
),
Expand Down

0 comments on commit 5aae2c2

Please sign in to comment.