diff --git a/hooks/S3_AccessControl/test/configuration-undo.json b/hooks/S3_AccessControl/test/configuration-undo.json new file mode 100644 index 00000000..5a23bb60 --- /dev/null +++ b/hooks/S3_AccessControl/test/configuration-undo.json @@ -0,0 +1,9 @@ +{ + "CloudFormationConfiguration": { + "HookConfiguration": { + "TargetStacks": "NONE", + "FailureMode": "WARN", + "Properties": {} + } + } +} diff --git a/hooks/S3_AccessControl/test/configuration.json b/hooks/S3_AccessControl/test/configuration.json new file mode 100644 index 00000000..9253f95b --- /dev/null +++ b/hooks/S3_AccessControl/test/configuration.json @@ -0,0 +1,9 @@ +{ + "CloudFormationConfiguration": { + "HookConfiguration": { + "TargetStacks": "ALL", + "FailureMode": "FAIL", + "Properties": {} + } + } +}