Bayer-Group / cloudformation-template-generator

A type-safe Scala DSL for generating CloudFormation templates
BSD 3-Clause "New" or "Revised" License
211 stars 71 forks source link

add VpcRef ADT to allow VPC ID to be set more flexibly #243

Closed bpholt closed 6 years ago

bpholt commented 6 years ago

This PR partially addresses issue #102 / #107 with regard to VPC ID references.

bkrodgers commented 6 years ago

Nice solution to a problem I've wanted to tackle for awhile. I bet there are quite a few other things that could benefit from this approach. For now we'll merge as is, but might want to see if we can genericize it further to make it reusable for other types.