Skip to content

Commit

Permalink
docs: remove erroneous Google reference
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Deininger <[email protected]>
  • Loading branch information
jeff-d committed Dec 12, 2024
1 parent 0496f60 commit 6677f0d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/resources/integration_aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: |-

# 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 Expand Up @@ -43,6 +43,7 @@ resource "mondoo_integration_aws" "name" {
```

<!-- schema generated by tfplugindocs -->

## Schema

### Required
Expand All @@ -59,6 +60,7 @@ resource "mondoo_integration_aws" "name" {
- `mrn` (String) Integration identifier

<a id="nestedatt--credentials"></a>

### Nested Schema for `credentials`

Optional:
Expand All @@ -67,15 +69,16 @@ Optional:
- `role` (Attributes) (see [below for nested schema](#nestedatt--credentials--role))

<a id="nestedatt--credentials--key"></a>

### Nested Schema for `credentials.key`

Required:

- `access_key` (String, Sensitive)
- `secret_key` (String, Sensitive)


<a id="nestedatt--credentials--role"></a>

### Nested Schema for `credentials.role`

Required:
Expand Down

0 comments on commit 6677f0d

Please sign in to comment.