Skip to content

Commit

Permalink
docs: clarify scanning behavior
Browse files Browse the repository at this point in the history
This terraofrm resource creates the Mondoo-hosted AWS integration. Use
the Serverless AWS integration to scan AWS Organizations with Mondoo.

References:
https://registry.terraform.io/providers/mondoohq/mondoo/latest/docs/resources/integration_aws_serverless

https://mondoo.com/docs/platform/infra/cloud/aws/aws-integration-scan/

Signed-off-by: Jeff Deininger <[email protected]>
  • Loading branch information
jeff-d committed Dec 13, 2024
1 parent d5833eb commit 398ded9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/provider/integration_aws_resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ func (r *integrationAwsResource) Metadata(ctx context.Context, req resource.Meta

func (r *integrationAwsResource) Schema(ctx context.Context, req resource.SchemaRequest, resp *resource.SchemaResponse) {
resp.Schema = schema.Schema{
MarkdownDescription: `Continuously scan AWS organization and accounts for misconfigurations and vulnerabilities.`,
MarkdownDescription: `Continuously scan AWS accounts for misconfigurations and vulnerabilities.`,
Attributes: map[string]schema.Attribute{
"space_id": schema.StringAttribute{
MarkdownDescription: "Mondoo Space Identifier. If it is not provided, the provider space is used.",
Expand Down

0 comments on commit 398ded9

Please sign in to comment.