bazaarvoice / cloudformation-ruby-dsl

Ruby DSL for creating Cloudformation templates
Apache License 2.0
210 stars 76 forks source link

Add Fn::Cidr function #135

Open karnauskas opened 5 years ago

karnauskas commented 5 years ago

Description

Adding cidr function for Fn::Cidr.

Steps to Test or Reproduce

Example

select(0, cird(get_att('vpc', 'CidrBlock), 256, 24)) 

Environment

This PR

Deploy Notes

None

Related Issues and PRs

Issues

PRs

Todos

Request to Review

@jonaf/@temujin9

jonaf commented 5 years ago

Hi @karnauskas , thanks for the contribution! Would it be possible to add a test for this addition? Also, please update the README.md to include this in the list of intrinsic functions available.

karnauskas commented 4 years ago

ping