Skip to content

Commit

Permalink
feat(backup): Add vault lock configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Balsir committed Dec 18, 2024
1 parent 81b9602 commit 049de60
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ data "aws_iam_policy_document" "source_vault" {
actions = ["backup:CopyIntoBackupVault"]

#checkov:skip=CKV_AWS_109
#checkov:skip=CKV_AWS_111
resources = ["*"]

principals {
Expand All @@ -94,6 +95,7 @@ data "aws_iam_policy_document" "target_vault" {
actions = ["backup:CopyIntoBackupVault"]

#checkov:skip=CKV_AWS_109
#checkov:skip=CKV_AWS_111
resources = ["*"]

principals {
Expand Down

0 comments on commit 049de60

Please sign in to comment.