Files
prowler/contrib/terraform-kickstarter/docs/tf.md
2022-05-25 12:54:15 +02:00

4.1 KiB

Requirements

Name Version
aws ~> 3.54

Providers

Name Version
aws 3.55.0

Modules

No modules.

Resources

Name Type
aws_cloudwatch_event_rule.prowler_check_scheduler_event resource
aws_cloudwatch_event_target.run_prowler_scan resource
aws_codebuild_project.prowler_codebuild resource
aws_iam_policy.prowler_event_trigger_policy resource
aws_iam_policy.prowler_kickstarter_iam_policy resource
aws_iam_policy_attachment.prowler_event_trigger_policy_attach resource
aws_iam_policy_attachment.prowler_kickstarter_iam_policy_attach resource
aws_iam_role.prowler_event_trigger_role resource
aws_iam_role.prowler_kick_start_role resource
aws_s3_bucket.prowler_report_storage_bucket resource
aws_s3_bucket_policy.prowler_report_storage_bucket_policy resource
aws_s3_bucket_public_access_block.prowler_report_storage_bucket_block_public resource
aws_securityhub_account.securityhub_resource resource
aws_securityhub_product_subscription.security_hub_enable_prowler_findings resource
aws_caller_identity.current data source
aws_iam_policy.SecurityAudit data source
aws_region.current data source

Inputs

Name Description Type Default Required
codebuild_timeout Codebuild timeout setting number 300 no
enable_security_hub Enable AWS SecurityHub. bool true no
enable_security_hub_prowler_subscription Enable a Prowler Subscription. bool true no
prowler_cli_options Run Prowler With The Following Command string "_q _M json_asff _S _f us_east_1" no
prowler_schedule Run Prowler based on cron schedule string "cron(0 0 ? * * *)" no

Outputs

Name Description
account_id TODO Move these to outputs file