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: variables.tf
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -174,7 +174,7 @@ variable "drg_display_name" {
174
174
default="drg"
175
175
}
176
176
177
-
variable"drg_id"{
177
+
variable"drg_id" {
178
178
description="ID of an external created Dynamic Routing Gateway to be attached to the VCN"
179
179
type=string
180
180
default=null
@@ -694,7 +694,7 @@ variable "kubeproxy_mode" {
694
694
}
695
695
}
696
696
variable"node_pools" {
697
-
default={}
697
+
default={}
698
698
description="Tuple of node pools. Each key maps to a node pool. Each value is a tuple of shape (string),ocpus(number) , node_pool_size(number) and boot_volume_size(number)"
0 commit comments