Skip to content

Commit

Permalink
Enabled AWS Audit Manager
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Wessels Beljaars <[email protected]>
  • Loading branch information
stefanwb committed Dec 14, 2023
1 parent 6743402 commit 9cad313
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions audit_manager.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
resource "aws_auditmanager_account_registration" "default" {
provider = aws.audit

deregister_on_destroy = true
kms_key = module.kms_key_audit.arn
}

0 comments on commit 9cad313

Please sign in to comment.