aws-quickstart / quickstart-compliance-common

AWS Quick Start Team
Apache License 2.0
67 stars 56 forks source link

Expose network ACLs in outputs #9

Closed elliottconnor closed 7 years ago

elliottconnor commented 7 years ago

The network ACLs must be exposed in order to add ACL entries from external stacks. No conflicts occur from adding these outputs and it adds some useful functionality.

barnesrobert commented 7 years ago

While adding these outputs is consistent with the other outputs, we are roadmapping a more robust solution using CloudFormation exports.

Thank you for the recommendation.