Expected behavior
there should be a validator that will check strings for cidr values and throw a validation error if the correct cidr format isn't specified
once created, cidr attributes should be updated to use the validator
Actual behavior
currently we only pass through str values to the template
Steps to reproduce
should be able to define a builder with a cidr attribute and call builder.to_dict() similar to how the tests currently detect a validation error
Expected behavior
there should be a validator that will check strings for cidr values and throw a validation error if the correct cidr format isn't specified
once created, cidr attributes should be updated to use the validator
Actual behavior
currently we only pass through str values to the template
Steps to reproduce
should be able to define a builder with a cidr attribute and call
builder.to_dict()similar to how the tests currently detect a validation error