Skip to content

Commit

Permalink
update built in DB_INSTANCE rule for Terraform
Browse files Browse the repository at this point in the history
  • Loading branch information
lhitchon committed Sep 28, 2018
1 parent 7ae4185 commit 73ac3ae
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions cli/assets/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -577,10 +577,11 @@ rules:
resource: aws_db_instance
severity: FAILURE
assertions:
- key: storage_encrypted
op: is-true
- key: kms_key_id
op: present
- or:
- key: storage_encrypted
op: is-true
- key: kms_key_id
op: present

- id: ELB
message: ELB checks
Expand Down

0 comments on commit 73ac3ae

Please sign in to comment.