envato / cloudformation_rspec

Test your CloudFormation templates
MIT License
10 stars 0 forks source link

Add outputs matcher #3

Closed patrobinson closed 6 years ago

patrobinson commented 6 years ago

With Cloudformation being shared between various teams via a library, the Outputs become an API to those teams. Therefore we want to ensure those Outputs remain the same.

lukerobins commented 6 years ago

Would we also want to test the "Value" of the output?

patrobinson commented 6 years ago

@lukerobins The value is going to almost always be a reference to something else. Without actually creating the stack and seeing the value I don't think this would add much... value