A reusable and extensible Terraform module that provisions a Dynamic Routing Gateway on Oracle Cloud Infrastructure
Universal Permissive License v1.0
2
stars
5
forks
source link
Add vcn_route_type for oci_core_drg_attachment.vcns #17
Open
chrisgilmerproj opened 3 months ago
Community note
Description
Users should be able to set
vcn_route_type
when using the module and creatingdrg_vcn_attachments
.New or existing resource(s)
oci_core_drg_attachment.vcns
Example Terraform configuration
The current code looks like:
I would like it to look like:
References