Skip to content

Commit

Permalink
redeploy stack for cfn nag suppress changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mickychetta committed Oct 26, 2021
1 parent 3e62a07 commit 642a11d
Showing 1 changed file with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,17 @@
}
},
"UpdateReplacePolicy": "Delete",
"DeletionPolicy": "Delete"
"DeletionPolicy": "Delete",
"Metadata": {
"cfn_nag": {
"rules_to_suppress": [
{
"id": "W35",
"reason": "This S3 bucket is created for unit/ integration testing purposes only."
}
]
}
}
},
"testkinesisfirehoses3S3BucketPolicy506CD3DD": {
"Type": "AWS::S3::BucketPolicy",
Expand Down

0 comments on commit 642a11d

Please sign in to comment.