Validate route table resource
- Check that CIDR block for routes are valid
- Check that the destination for routes is not UNKNOWN_DESTINATION
- Check that the name matches azure's restrictions: https://docs.microsoft.com/en-us/azure/azure-resource-manager/management/resource-name-rules
Terraform provider issue: https://github.com/multycloud/terraform-provider-multy/issues/56
Hello!
Do you still need help with this?
Yap!
If you need any help getting started feel free to message me on discord.
Validations should be done here: https://github.com/multycloud/multy/blob/main/resources/types/route_table.go
Great, I'll get started asap!
Hey Matt, did you have a chance to look at this?
Oi Goncalo,
Ainda nao deu tempo. Tive uma semana super ocupada.... acabei de mudar para Seattle, midterm na faculdade, e um deadline super grande no trablaho. Vou comecar essa semana, desculpa pela demora!
Sem problema!
Can I pick up this? AFAIK this will just need to use the same regex I've just defined.
@MattSilvaa are you still working on this?