You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/core/local_peering_gateways.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ The following attributes are exported:
9
9
*`compartment_id` - The OCID of the compartment containing the Local Peering Gateway (LPG).
10
10
*`display_name` - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
11
11
*`id` - The LPG's Oracle ID (OCID).
12
-
*`is_cross_tenancy_peering` - Whether the VCN at the other end of the peering is in a different tenancy. Cross tenancy local peering will be enabled when identity enables cross-tenancy authorization policies. Example: `false`
12
+
*`is_cross_tenancy_peering` - Whether the VCN at the other end of the peering is in a different tenancy. Example: `false`
13
13
*`peer_advertised_cidr` - The range of IP addresses available on the VCN at the other end of the peering from this LPG. The value is `null` if the LPG is not peered. You can use this as the destination CIDR for a route rule to route a subnet's traffic to this LPG. Example: `192.168.0.0/16`
14
14
*`peering_status` - Whether the LPG is peered with another LPG. `NEW` means the LPG has not yet been peered. `PENDING` means the peering is being established. `REVOKED` means the LPG at the other end of the peering has been deleted.
15
15
*`peering_status_details` - Additional information regarding the peering status, if applicable.
0 commit comments