terraform-oci-vcn icon indicating copy to clipboard operation
terraform-oci-vcn copied to clipboard

add managed route tables

Open kral2 opened this issue 3 years ago • 0 comments

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

Currently, the module creates two route tables (internet-route and nat-route), only if the related gateways are created by the module.

We need to be able to create and manage route tables independently from gateway provisioning. This will enable support for Transit Routing configuration and other advanced design patterns.

The initial idea is to have a route table sub-module that can be called independently or from with the VCN module block.

New or Affected Resource(s)

oci_core_route_table

Potential Terraform Configuration

Nothing yet. Module API needs to be defined.

# Copy-paste any Terraform configurations for how the requested feature may be used. 

References

#37 would benefit from this feature.

kral2 avatar Sep 01 '21 16:09 kral2