Skip to content

Latest commit

 

History

History

remote-peering-connections

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Remote Peering Connections

The enclosed pair of examples shows how to create Remote Peering connections (RPCs) across regions using the OCI Landing Zone Core Networking module.

It creates two DRGs, one in the region specified in ./rpc_acceptor/input.auto.tfvars.template and another in the region specified in ./rpc_requestor/input.auto.tfvars.template. Each DRG is attached an RPC (Remote Peering Connection). The RPCs are then peered.

How to Run the Examples

Run the Acceptor

  1. Replace the placeholders marked with <> with appropriate values in ./rpc_acceptor/input.auto.tfvars.template. Rename the file to ./rpc_acceptor/input.auto.tfvars.
  2. Execute terraform init/plan/apply in ./rpc-acceptor folder.

Run the Requestor

  1. Replace the placeholders marked with <> with appropriate values in ./rpc_requestor/input.auto.tfvars.template. Rename the file to ./rpc_requestor/input.auto.tfvars.
  2. Execute terraform init/plan/apply in ./rpc-requestor folder.