Skip to content

Commit

Permalink
docs: update resource description (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-d authored Dec 16, 2024
1 parent d5dd44d commit 112773f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/resources/integration_aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
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 Google 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 112773f

Please sign in to comment.