terraform-oci-vcn
terraform-oci-vcn copied to clipboard
Add transit routing support for Service Gateway
Add an optional configuration for accessing resources via the Service Gateway via the DRG (allows access via FastConnect / VPN connections).
Requires an additional Route Table for the DRG and the Service Gateway. Service Gateway requires routes for the On-Prem CIDRs via the DRG. DRG requires route for the Service Gateway.
Service Gateway Route Table would be added to the Service Gateway Creation. DRG Route Table would need to be added to the DRG Attachment.
This issue will need #58 to not duplicate effort. Once we have managed route tables, we can easily offer complete support for transit routing scenario.