Skip to content

Commit 99daa0f

Browse files
committed
updating local peering gateway doc now that cross tenancy policies are live
1 parent 339e118 commit 99daa0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/local_peering_gateways.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The following attributes are exported:
99
* `compartment_id` - The OCID of the compartment containing the Local Peering Gateway (LPG).
1010
* `display_name` - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
1111
* `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`
1313
* `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`
1414
* `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.
1515
* `peering_status_details` - Additional information regarding the peering status, if applicable.

0 commit comments

Comments
 (0)