The Terraform DRG for Oracle Cloud Infrastructure provides a reusable Terraform module that provisions a minimal Dynamic Routing Gateway (DRG) on OCI.
It creates the following resources:
- A DRG attached to one or more customizable VCNs
- An optional Remote Peering Connection (RPC)
This module can either create a new DRG or wrap around an existing one.
This module is primarily meant to be reusable to create more advanced infrastructure on OCI either manually in the OCI Console or by extending the Terraform code.
- Oracle Cloud Infrastructure Documentation
- Terraform OCI Provider Documentation
- Erik Berg on Networks, Subnets and CIDR
- Lisa Hagemann on Terraform cidrsubnet Deconstructed
View the CHANGELOG.
Code derived and adapted from Terraform OCI Examples and Hashicorp's Terraform examples
Folks who contributed with explanations, code, feedback, ideas, testing etc.
Learn how to contribute.
Copyright (c) 2022 Oracle and/or its associates.
Licensed under the Universal Permissive License 1.0 as shown at https://oss.oracle.com/licenses/upl.