StyraInc / opa-aws-cloudformation-hook

AWS Cloudformation Hook for OPA-powered infrastructure policy enforcement
Apache License 2.0
35 stars 5 forks source link

Allow JSON template files #21

Closed anderseknert closed 2 years ago

anderseknert commented 2 years ago

While YAML files definitely are easier on the eye, JSON is also a supported format, and we should allow that. While this makes no difference to the policy, we should modify the template test runner to allow for this, as that might be what some users provide.

anderseknert commented 2 years ago

Fixed with #26