Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
anmolnagpal committed Jun 2, 2020
1 parent 838346d commit 37053ba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _example/example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ module "secure_baseline" {
threatintelset_iplist = ["192.168.2.0/32", "4.4.4.4", ]

## Inspector
inspector_enabled = true
rules_package_arns = [
"arn:aws:inspector:eu-west-1:357557129151:rulespackage/0-ubA5XvBh",
"arn:aws:inspector:eu-west-1:357557129151:rulespackage/0-sJBhCr0F",
Expand All @@ -84,4 +85,7 @@ module "secure_baseline" {
]
schedule_expression = "cron(0/10 * ? * * *)"
}
# analyzer
analyzer_enable = true
type = "ACCOUNT"

0 comments on commit 37053ba

Please sign in to comment.