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
Not tagging should be the default behaviour, consistently with
defined_tags, to not force the user to override with an empty map.
Also clean up defaults and documentation.
Signed-off-by: Andrea Stacchiotti <[email protected]>
Copy file name to clipboardExpand all lines: variables.tf
+10-27Lines changed: 10 additions & 27 deletions
Original file line number
Diff line number
Diff line change
@@ -182,8 +182,8 @@ variable "drg_id" {
182
182
183
183
variable"remote_peering_connections" {
184
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"
0 commit comments