From d5833ebb7d7ac19dd81aa0a64f3984ec4706e435 Mon Sep 17 00:00:00 2001 From: Jeff Deininger <9385180+jeff-d@users.noreply.github.com> Date: Fri, 13 Dec 2024 13:50:04 -0500 Subject: [PATCH 1/3] docs: remove erroneous Google reference 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 59ade84..fc13fda 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 Google AWS organization and accounts for misconfigurations and vulnerabilities.`, + MarkdownDescription: `Continuously scan AWS organization and 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.", 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 2/3] 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 fc13fda..8ef6ee4 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.", From 5284682b48a35a2224fbcf2878b24cbcfc151378 Mon Sep 17 00:00:00 2001 From: Christoph Hartmann Date: Mon, 16 Dec 2024 09:19:28 +0100 Subject: [PATCH 3/3] =?UTF-8?q?=F0=9F=A7=B9=20update=20generated=20content?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/resources/integration_aws.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/resources/integration_aws.md b/docs/resources/integration_aws.md index 767cdbb..dd8b1bb 100644 --- a/docs/resources/integration_aws.md +++ b/docs/resources/integration_aws.md @@ -3,12 +3,12 @@ page_title: "mondoo_integration_aws Resource - terraform-provider-mondoo" subcategory: "" description: |- - Continuously scan Google AWS organization and accounts for misconfigurations and vulnerabilities. + Continuously scan AWS accounts for misconfigurations and vulnerabilities. --- # mondoo_integration_aws (Resource) -Continuously scan Google AWS organization and accounts for misconfigurations and vulnerabilities. +Continuously scan AWS accounts for misconfigurations and vulnerabilities. ## Example Usage