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 support for creating route rules resource #2256

Open
cindyteng opened this issue Dec 19, 2024 · 0 comments
Open

Add support for creating route rules resource #2256

cindyteng opened this issue Dec 19, 2024 · 0 comments

Comments

@cindyteng
Copy link

Add Support for Route Table Route Rules Resource

  • 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

Terraform Version

Terraform v1.9.8

OCI Provider Version

registry.terraform.io/oracle/oci v6.20.0

Description

  • We would like to create a routing rules for existing route tables, however there is no existing terraform oci module for resource routing routes.
  • This option will give developer's option to separate the code for route table and it's rules.
  • This will be helpful for changes in additional routes in selected route tables without affecting the route table and existing routes associated with it.
  • DRG has this module, we wish to have it in oci_core_route_table as well.
    image
    image

New

oci_core_route_table_route_rules

References

Related request:

Similar functionality with terraform module for aws route : https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/route

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant