Skip to content

Commit

Permalink
fix: updated docs
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Theuermann <[email protected]>
  • Loading branch information
mati007thm committed Dec 17, 2024
1 parent 5f45e0c commit e40a8d3
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions docs/resources/integration_aws_serverless.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,17 +114,13 @@ resource "aws_cloudformation_stack" "mondoo_stack" {
<a id="nestedatt--scan_configuration"></a>
### Nested Schema for `scan_configuration`

Required:

- `ec2_scan_options` (Attributes) (see [below for nested schema](#nestedatt--scan_configuration--ec2_scan_options))

Optional:

- `cron_scan_in_hours` (Number) Cron scan in hours.
- `ec2_scan` (Boolean) Enable EC2 scan.
- `ec2_scan_options` (Attributes) (see [below for nested schema](#nestedatt--scan_configuration--ec2_scan_options))
- `ecr_scan` (Boolean) Enable ECR scan.
- `ecs_scan` (Boolean) Enable ECS scan.
- `event_scan_triggers` (Attributes) (see [below for nested schema](#nestedatt--scan_configuration--event_scan_triggers))
- `vpc_configuration` (Attributes) (see [below for nested schema](#nestedatt--scan_configuration--vpc_configuration))

<a id="nestedatt--scan_configuration--ec2_scan_options"></a>
Expand Down Expand Up @@ -153,16 +149,6 @@ Optional:



<a id="nestedatt--scan_configuration--event_scan_triggers"></a>
### Nested Schema for `scan_configuration.event_scan_triggers`

Optional:

- `event_detail_type` (String) Event detail type.
- `event_source` (String) Event source.
- `scan_type` (String) Scan type.


<a id="nestedatt--scan_configuration--vpc_configuration"></a>
### Nested Schema for `scan_configuration.vpc_configuration`

Expand Down

0 comments on commit e40a8d3

Please sign in to comment.