From e40a8d384e8a88fd74b502452c87b40fdd5d19d3 Mon Sep 17 00:00:00 2001 From: Matthias Theuermann Date: Tue, 17 Dec 2024 15:39:56 +0100 Subject: [PATCH] fix: updated docs Signed-off-by: Matthias Theuermann --- docs/resources/integration_aws_serverless.md | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/docs/resources/integration_aws_serverless.md b/docs/resources/integration_aws_serverless.md index 7f57e29..288e257 100644 --- a/docs/resources/integration_aws_serverless.md +++ b/docs/resources/integration_aws_serverless.md @@ -114,17 +114,13 @@ resource "aws_cloudformation_stack" "mondoo_stack" { ### 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)) @@ -153,16 +149,6 @@ Optional: - -### 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. - - ### Nested Schema for `scan_configuration.vpc_configuration`