From 398ded978dbfa214b025f8087d35bc7d33685205 Mon Sep 17 00:00:00 2001 From: Jeff Deininger <9385180+jeff-d@users.noreply.github.com> Date: Fri, 13 Dec 2024 13:52:10 -0500 Subject: [PATCH] docs: clarify scanning behavior 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 <9385180+jeff-d@users.noreply.github.com> --- internal/provider/integration_aws_resource.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/provider/integration_aws_resource.go b/internal/provider/integration_aws_resource.go index fc13fda1..8ef6ee49 100644 --- a/internal/provider/integration_aws_resource.go +++ b/internal/provider/integration_aws_resource.go @@ -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.",