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/terraformoptions.adoc
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -175,6 +175,16 @@ EOT
175
175
|""
176
176
|drg
177
177
178
+
|remote_peering_connections
179
+
|Map of parameters to add and optionally to peer to remote peering connections. Key-only items represent represent local acceptors no peering attempted; items containing key and values represent local requestor and must have the OCID and region of the remote acceptor to peer to
Copy file name to clipboardExpand all lines: variables.tf
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -180,6 +180,12 @@ variable "drg_id" {
180
180
default=null
181
181
}
182
182
183
+
variable"remote_peering_connections" {
184
+
description="Map of parameters to add and optionally to peer to remote peering connections. Key-only items represent local acceptors and no peering attempted; items containing key and values represent local requestor and must have the OCID and region of the remote acceptor to peer to"
185
+
type=map(any)
186
+
default={}
187
+
}
188
+
183
189
variable"internet_gateway_route_rules" {
184
190
description="(Updatable) List of routing rules to add to Internet Gateway Route Table"
0 commit comments