Skip to content

Commit

Permalink
Add configuration*.json files. (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrinaudo-aws authored Sep 26, 2023
1 parent bd3875b commit 1884173
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions hooks/S3_AccessControl/test/configuration-undo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"CloudFormationConfiguration": {
"HookConfiguration": {
"TargetStacks": "NONE",
"FailureMode": "WARN",
"Properties": {}
}
}
}
9 changes: 9 additions & 0 deletions hooks/S3_AccessControl/test/configuration.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"CloudFormationConfiguration": {
"HookConfiguration": {
"TargetStacks": "ALL",
"FailureMode": "FAIL",
"Properties": {}
}
}
}

0 comments on commit 1884173

Please sign in to comment.