-
Notifications
You must be signed in to change notification settings - Fork 221
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: added rpcs to peer vcn to other vcns
Signed-off-by: Ali Mukadam <[email protected]>
- Loading branch information
Showing
3 changed files
with
41 additions
and
5 deletions.
There are no files selected for viewing
22 changes: 22 additions & 0 deletions
22
examples/network/vars-network-drg-create.auto.tfvars.example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Copyright (c) 2017, 2024 Oracle Corporation and/or its affiliates. | ||
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl | ||
|
||
# to reuse an existing drg, set to false | ||
create_drg = true | ||
|
||
drg_display_name = "drg" | ||
|
||
# to reuse an existing drg, provide the drg ocid | ||
drg_id = null | ||
|
||
# | ||
remote_peering_connections = { | ||
# unpeered rpc | ||
rpc1 = {} | ||
|
||
# peered rpc | ||
rpc2 : { | ||
"rpc_acceptor_id" : "ocid1.remotepeeringconnection.oc1.aaaaaa" | ||
"rpc_acceptor_region" : "us-ashburn-1" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters