k1LoW / awspec

RSpec tests for your AWS resources.
MIT License
1.17k stars 194 forks source link

Add managed_prefix_list resource #587

Closed alpineriveredge closed 5 months ago

alpineriveredge commented 6 months ago

it { should have_cidr('192.168.0.0/24').desc('dev') }

Actually I wanted to code "description" instead of "desc", but I couldn't. Because "description" is a reserved word, so I chose "desc".

k1LoW commented 5 months ago

@alpineriveredge Thank you!!!!! I am very sorry for the delay in merging.