AWS cfn-guard documentation change
Summary
Updated example filenames and paths in validation output messages
Security assessment
Changes are limited to example file references (template.json -> example.json) and path formatting without altering security content or policies.
Diff
diff --git a/cfn-guard/latest/ug/cfn-guard-validate.md b/cfn-guard/latest/ug/cfn-guard-validate.md index ed3b5a3f4..d1d35d051 100644 --- a//cfn-guard/latest/ug/cfn-guard-validate.md +++ b//cfn-guard/latest/ug/cfn-guard-validate.md @@ -136 +136 @@ If Guard successfully validates the templates, the `validate` command returns an - Evaluation of rules rules.guard against data template.json + Evaluation of rules rules.guard against data example.json @@ -138 +138 @@ If Guard successfully validates the templates, the `validate` command returns an - Property [/path-to-property/Effect] in data [template.json ] is not compliant with [policy_effect_is_deny] because provided value ["Allow"] did not match expected value ["Deny"]. Error Message [ Policy statement "Effect" must be "Deny". ] + Property [/path/to/Effect] in data [example.json] is not compliant with [policy_effect_is_deny] because provided value ["Allow"] did not match expected value ["Deny"]. Error Message [ Policy statement "Effect" must be "Deny".]