Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add managed route tables #58

Open
kral2 opened this issue Sep 1, 2021 · 0 comments
Open

add managed route tables #58

kral2 opened this issue Sep 1, 2021 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@kral2
Copy link
Contributor

kral2 commented Sep 1, 2021

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 kral2 added the enhancement New feature or request label Sep 1, 2021
@kral2 kral2 added this to the future milestone Sep 1, 2021
@kral2 kral2 modified the milestones: future, 3.1.0 Sep 7, 2021
@kral2 kral2 modified the milestones: 3.1.0, future Oct 21, 2021
benwoltz pushed a commit to benwoltz/terraform-oci-vcn that referenced this issue Feb 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant