edgebitio / enclaver

Open source toolkit created to enable easy adoption of software enclaves
https://edgebit.io/enclaver
Apache License 2.0
137 stars 13 forks source link

Add validation and grouping to CloudFormation #102

Closed robszumski closed 2 years ago

robszumski commented 2 years ago

The only way to enforce ordering is to use groups, so this adds them.

The only way to mark something as required is to use regex, so this adds a "is not empty" equivalent regex.

robszumski commented 2 years ago

Manually tested and works great!

image (6)