aws-cloudformation / aws-guard-rules-registry

Rules Registry for Compliance Frameworks
Apache License 2.0
105 stars 21 forks source link

fix: Changed syntax for intrinsic functions #242

Closed akshayrane closed 1 year ago

akshayrane commented 1 year ago

Issue #, if available: Changes as per PR#331 for cfn-guard

Description of changes: As per the expected behavior intrinsic functions in template like !Ref AWS::AccountId are supposed to get evaluated to the expanded JSON syntax i.e, {"Ref":"AWS::AccountId"} as opposed to "AWS::AccountId".


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license