terraform-azurerm-lz-vending icon indicating copy to clipboard operation
terraform-azurerm-lz-vending copied to clipboard

feat: support for route tables & routes

Open kewalaka opened this issue 9 months ago • 0 comments

Overview/summary

This introduces support for route tables & routes. It has been added to support the default route issue, but is generic so can be used to create any route table & route.

I have kept it pinned to azapi 1.11 noting the changes required to bump to 1.13.1

This PR fixes/adds/changes/removes

  1. fixes #218

Breaking changes

n/a new change

Testing evidence

I have tested this on my integration branch here, based on the following inputs (and no input)

image

deployed;

image

As part of this pull request I have

  • [X] Checked for duplicate Pull Requests
  • [X] Associated it with relevant issues, for tracking and closure.
  • [X] Run and make fmt & make docs to format your code and update documentation.
  • [ ] Created unit and deployment tests and provided evidence. edit - yes to deployment tests
  • [X] Updated relevant and associated documentation.

I'm not familiar with the unit test approach, guidance would be appreciated 😊

kewalaka avatar May 05 '24 03:05 kewalaka